CN105989007B - File path processing method and device - Google Patents

File path processing method and device Download PDF

Info

Publication number
CN105989007B
CN105989007B CN201510042003.6A CN201510042003A CN105989007B CN 105989007 B CN105989007 B CN 105989007B CN 201510042003 A CN201510042003 A CN 201510042003A CN 105989007 B CN105989007 B CN 105989007B
Authority
CN
China
Prior art keywords
path
file
vpath
new file
root directory
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
CN201510042003.6A
Other languages
Chinese (zh)
Other versions
CN105989007A (en
Inventor
熊立勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kingsoft Office Software Inc
Zhuhai Kingsoft Office Software Co Ltd
Wuhan Kingsoft Office Software Co Ltd
Original Assignee
Beijing Kingsoft Office Software Inc
Zhuhai Kingsoft Office Software Co Ltd
Guangzhou Jinshan Mobile 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 Beijing Kingsoft Office Software Inc, Zhuhai Kingsoft Office Software Co Ltd, Guangzhou Jinshan Mobile Technology Co Ltd filed Critical Beijing Kingsoft Office Software Inc
Priority to CN201510042003.6A priority Critical patent/CN105989007B/en
Publication of CN105989007A publication Critical patent/CN105989007A/en
Application granted granted Critical
Publication of CN105989007B publication Critical patent/CN105989007B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention discloses a file path processing method and a file path processing device, which solve the technical problem of complex search caused by searching files through a relative path based on the files and traversing all contacts in a deep path once when the files are searched in the deep path. The processing method of the embodiment of the invention comprises the following steps: extracting the file name and the relative path of the acquired new file; generating a vpath which corresponds to the file name and does not contain root directory information according to the relative path; and saving the generated vpath and the information of the new file to a database.

Description

File path processing method and device
Technical Field
The invention relates to the technical field of computers, in particular to a file path processing method and device.
Background
The file path is a specific position of a file in a storage device, and through the path, a user can quickly find the file, the path is unique just like an identity card of each person, and the object to be found by the user can be easily found through a unique and specific address, such as C: \ Documents and settings \ All Users \ Documents, so that the file can be quickly searched based on the file path of the user, and particularly, the file path is realized through a relative path on the application of a network disk at present.
At present, for the retrieval of file paths, the retrieval is usually performed based on the relative path of a file, that is, the retrieval is performed by the path relationship with other files (or folders) caused by the path where the file is located, for example, in a directory storage manner, hierarchical ranking is performed, and a root directory is set as the directory of the uppermost layer, so that a required file can be quickly located by calling the relative path when the required file needs to be searched.
However, the above-mentioned search is performed through the relative path based on the document, so that the design of quickly locating the desired document by calling the relative path when the desired document needs to be searched, and if the document is in the deep path, the document needs to be searched by traversing all the contacts in the deep path once when the document is searched, which leads to a technical problem of complicated search.
Disclosure of Invention
The embodiment of the invention provides a file path processing method and device, which solve the technical problem of complex search caused by searching files through a relative path based on the files and traversing all contacts in a deep path once when the files are searched in the deep path.
The file path processing method provided by the embodiment of the invention comprises the following steps:
extracting the file name and the relative path of the acquired new file;
generating a vpath (virtual path) which does not contain root directory information and corresponds to the file name according to the relative path;
and storing the generated information of the vpath and the new file to a database.
Preferably, in the above file path processing method, generating a vpath corresponding to the file name and not including root directory information according to the relative path specifically includes:
and judging whether the relative path directly belongs to a root directory, if so, generating the vpath as a direct reference form of the new file, and if not, generating the vpath as a path reference form of the new file.
Preferably, in the above file path processing method, the direct reference is in the form of a delimiter + the file name.
Preferably, in the above file path processing method, the path refers to a form of a delimiter + a path + the file name, where the path is a relative path under the root directory.
Preferably, in the file path processing method, after saving the generated vpath and the information of the new file in a database, the method further includes:
and inquiring the new file according to a preset search mode based on the vpath.
Preferably, in the file path processing method, querying the new file according to a preset search mode based on the vpath specifically includes:
acquiring an inquiry instruction for inquiring the new file;
extracting file information which comprises the vpath and corresponds to the new file;
and directly positioning the new file according to the path based on the vpath.
An embodiment of the present invention provides a file path processing apparatus, including:
the extracting unit is used for extracting the file name and the relative path of the acquired new file;
a generating unit, configured to generate a vpath that does not include root directory information and corresponds to the file name according to the relative path;
and the storage unit is used for storing the generated information of the vpath and the new file to a database.
Preferably, in the above file path processing apparatus, the generating unit specifically includes:
the judging subunit is used for judging whether the relative path directly belongs to the root directory, if so, triggering the first generating subunit, and if not, triggering the second generating subunit;
the first generating subunit is configured to generate the vpath in a direct reference form of the new file;
and the second generating subunit is configured to generate the vpath in a path reference form of the new file.
Preferably, in the above file path processing apparatus, the direct reference is in the form of a delimiter + the file name;
the path refers to a form of a delimiter + a path + the filename, wherein the path is a relative path under the root directory.
Preferably, in the above-mentioned file path processing apparatus, the file path processing apparatus further includes:
the query unit is used for querying the new file according to a preset search mode based on the vpath;
wherein, the query unit specifically includes:
the obtaining subunit is used for obtaining a query instruction for querying the new file;
the extracting subunit is used for extracting the file information which comprises the vpath and corresponds to the new file;
and the positioning subunit is used for directly positioning the new file according to the path based on the vpath.
According to the technical scheme, the embodiment of the invention has the following advantages:
the embodiment of the invention provides a file path processing method and a device, wherein the processing method comprises the following steps: extracting the file name and the relative path of the acquired new file; generating a vpath which corresponds to the file name and does not contain root directory information according to the relative path; and saving the generated vpath and the information of the new file to a database. In the embodiment, the vpath which corresponds to the file name and does not contain the root directory information is generated according to the relative path, so that the root directory information contained in the full path is avoided in the full path, and the design that the required file can be quickly positioned by calling the relative path when the required file needs to be searched through searching the relative path based on the retrieval of the file relative path is solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
Fig. 1 is a schematic flowchart of an embodiment of a file path processing method provided in an embodiment of the present invention;
fig. 2 is a schematic flowchart of another embodiment of a file path processing method according to an embodiment of the present invention;
fig. 3 is a schematic flowchart of another embodiment of a file path processing method according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of a step of querying a new file according to a preset search mode based on vpath in the file path processing method provided in the embodiment of the present invention;
fig. 5 is a schematic structural diagram of an embodiment of a file path processing apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of another embodiment of a file path processing apparatus according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of another embodiment of a file path processing apparatus according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a file path processing method and device, which solve the technical problem of complex search caused by searching files through a relative path based on the files and traversing all contacts in a deep path once when the files are searched in the deep path.
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, 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 invention.
Referring to fig. 1, an embodiment of a file path processing method according to an embodiment of the present invention includes:
101. extracting the file name and the relative path of the acquired new file;
in this embodiment, when a user creates a new file in a network disk or a network disk based on a cloud technology, a new path needs to be processed on the new file, and first, a file name and a relative path of the new file need to be extracted.
102. Generating a vpath which corresponds to the file name and does not contain root directory information according to the relative path;
after the file name and the relative path of the newly-created file are extracted, a vpath which does not include root directory information and corresponds to the file name needs to be generated according to the relative path, and it should be noted that a specific generation process of the vpath which does not include root directory information and corresponds to the file name according to the relative path will be described in detail in the following embodiments, and details are not repeated here.
103. And saving the generated vpath and the information of the new file to a database.
After a vpath corresponding to a file name and not including root directory information is generated according to a relative path, the generated vpath and information of a new file need to be saved in a database, and it can be understood that the database may be a local server database or a database in a cloud server, which is not specifically limited herein.
In the embodiment, the vpath which corresponds to the file name and does not contain the root directory information is generated according to the relative path, so that the root directory information contained in the full path is avoided in the full path, and the design that the required file can be quickly positioned by calling the relative path when the required file needs to be searched through searching the relative path based on the retrieval of the file relative path is solved.
In the above, a process of the file path processing method is described in detail, and in the following, a process of generating a vpath corresponding to a file name and not including root directory information is described in detail, referring to fig. 2, an embodiment of the file path processing method provided in the embodiment of the present invention includes:
201. extracting the file name and the relative path of the acquired new file;
in this embodiment, when a user creates a new file in a network disk or a network disk based on a cloud technology, a new path needs to be processed on the new file, and first, a file name and a relative path of the new file need to be extracted.
202. Judging whether the relative path directly belongs to the root directory, if so, executing step 203, otherwise, executing step 204;
after extracting the file name and the relative path of the acquired new file, it is necessary to determine whether the relative path directly belongs to the root directory, if so, step 203 is executed, otherwise, step 204 is executed.
203. The generated vpath is a direct reference form of the new file;
when the relative path is determined to belong to the root directory directly, the generated vpath is a direct reference form of the new file, and it should be noted that the direct reference form is a separator + a file name, and the separator may be a slash commonly used in the operating system to represent a parameter of a separation command line, such as "/".
204. The generated vpath is a path reference form of the new file;
when it is determined that the relative path does not directly belong to the root directory, the generated vpath is a path reference form of the new file, and it should be noted that the path reference form is a separator + path + file name, where the path is a relative path under the root directory, and the separator may be a slash, such as "/", which is usually used in an operating system to indicate a parameter of a separation command line.
205. And saving the generated vpath and the information of the new file to a database.
After the vpath generated in step 203 is in the direct reference form of the new file and the vpath generated in step 204 is in the path reference form of the new file, the information of the vpath and the new file needs to be saved in a database, which can be understood as the database in the local server, or can be a database in the cloud server, and is not specifically limited here.
In this embodiment, by determining whether the relative path directly belongs to the root directory and performing processing corresponding to the determination result, the full path is specifically implemented without including root directory information in the full path, and a design that a desired file can be quickly located by calling the relative path when the desired file needs to be searched through retrieving the relative path based on the file is solved.
In the above, a process of generating a vpath corresponding to a file name and not including root directory information is described in detail, and in the following, a process of querying an attached file according to a preset search mode based on the vpath is described in detail, referring to fig. 3, an embodiment of a file path processing method provided in an embodiment of the present invention includes:
301. extracting the file name and the relative path of the acquired new file;
in this embodiment, when a user creates a new file in a network disk or a network disk based on a cloud technology, a new path needs to be processed on the new file, and first, a file name and a relative path of the new file need to be extracted.
302. Judging whether the relative path directly belongs to the root directory, if so, executing a step 303, otherwise, executing a step 304;
after extracting the file name and the relative path of the acquired new file, it is necessary to determine whether the relative path directly belongs to the root directory, if so, execute step 303, otherwise execute step 304.
303. The generated vpath is a direct reference form of the new file;
when the relative path is determined to belong to the root directory directly, the generated vpath is a direct reference form of the new file, and it should be noted that the direct reference form is a separator + a file name, and the separator may be a slash commonly used in the operating system to represent a parameter of a separation command line, such as "/".
304. The generated vpath is a path reference form of the new file;
when it is determined that the relative path does not directly belong to the root directory, the generated vpath is a path reference form of the new file, and it should be noted that the path reference form is a separator + path + file name, where the path is a relative path under the root directory, and the separator may be a slash, such as "/", which is usually used in an operating system to indicate a parameter of a separation command line.
305. Storing the generated vpath and the information of the new file to a database;
after the vpath generated in step 303 is in the direct reference form of the new file and the vpath generated in step 304 is in the path reference form of the new file, the information of the vpath and the new file needs to be saved in a database.
306. Inquiring the new file according to a preset search mode based on vpath;
after the generated vpath and the information of the new file are stored in the database, the vpath and the new file generated corresponding to the vpath need to be stored, for example, when there are too many files in the network disk and the new file needs to be quickly located and searched, the new file can be queried according to a preset search mode based on the vpath.
It should be noted that, the querying the new file according to the preset search mode based on the vpath specifically includes the steps shown in fig. 4:
401. acquiring an inquiry instruction for inquiring the new file;
in this embodiment, when the new file needs to be quickly located and searched, a query instruction for querying the new file needs to be obtained, and it can be understood that the query instruction may be triggered by a user on a mobile terminal.
402. Extracting file information which comprises vpath and corresponds to the new file;
after the query instruction for querying the new file is obtained, file information that includes the vpath and corresponds to the new file needs to be extracted, it should be understood that the file information may be a file name or a keyword in the file, and a mapping relationship is established between the file information and the vpath, and it should be noted that the vpath may be the vpath generated in step 303 or 304.
403. And directly positioning the new file according to the path based on the vpath.
When the file information which comprises the vpath and corresponds to the new file is extracted, the new file needs to be directly positioned according to the path based on the vpath.
In this embodiment, by determining whether the relative path directly belongs to the root directory and performing processing corresponding to the determination result, the full path is specifically implemented without including root directory information in the full path, and the technical problem of complex search caused by searching the required file through the relative path based on the file is solved, so that the required file can be quickly located by calling the relative path when the required file needs to be searched, if the file is in the deep path, the file needs to be searched by traversing all contacts in the deep path once when the file is searched, and meanwhile, the design of querying a new file according to a preset search mode based on vpath further avoids the technical problem of complex search.
Referring to fig. 5, an embodiment of a file path processing apparatus according to the present invention includes:
an extracting unit 501, configured to extract a filename and a relative path of the acquired new file;
a generating unit 502, configured to generate a vpath that does not include root directory information and corresponds to the file name according to the relative path;
and a storage unit 503, configured to save the generated vpath and information of the new file to a database.
In this embodiment, the generation unit 502 generates the vpath which does not include the root directory information and corresponds to the file name according to the relative path, so that the full path is free from including the root directory information in the full path, and the design that the required file can be quickly located by calling the relative path when the required file needs to be searched through searching the relative path based on retrieving the relative path of the file is solved.
In the above, the units of the document path processing apparatus are described in detail, and in the following, the sub-units of the generating unit are described in detail, referring to fig. 6, another embodiment of the document path processing apparatus provided in the embodiment of the present invention includes:
an extracting unit 601, configured to extract a filename and a relative path of the acquired new file;
a generating unit 602, configured to generate a vpath that does not include root directory information and corresponds to the file name according to the relative path;
further, the generating unit 602 may further include:
a determining subunit 6021, configured to determine whether the relative path directly belongs to the root directory, if yes, trigger the first generating subunit 6022, and if not, trigger the second generating subunit 6023;
a first generation subunit 6022, configured to generate vpath in a direct reference form of the new file, where the direct reference form is a separator and a file name;
the second generating subunit 6023 is configured to generate vpath as a path reference form of the new file, where the path reference form is a delimiter + a path + a file name, and the path is a relative path in the root directory.
And a storage unit 603, configured to save the generated vpath and information of the new file to a database.
In this embodiment, the judgment subunit 6021 judges whether the relative path directly belongs to the root directory, and triggers the first generation subunit 6022 or the second generation subunit 6023 to perform the processing corresponding to the judgment result, so that the root directory information included in the full path is avoided in the full path, and the design that the required file can be quickly located by calling the relative path when the required file needs to be searched by retrieving the relative path based on the file is solved.
In the above, a detailed description is made of the sub-units of the generating unit, and in the following, referring to fig. 7, a detailed description is made of additional units, and another embodiment of the file path processing apparatus provided in the embodiment of the present invention includes:
an extracting unit 701, configured to extract a filename and a relative path of the acquired new file;
a generating unit 702, configured to generate a vpath that does not include root directory information and corresponds to the file name according to the relative path;
further, the generating unit 702 may further include:
a determining subunit 7021, configured to determine whether the relative path directly belongs to the root directory, if yes, trigger the first generating subunit 6022, and if not, trigger the second generating subunit 7023;
a first generation subunit 6022, configured to generate vpath in a direct reference form of the new file, where the direct reference form is a separator and a file name;
the second generating subunit 7023 is configured to generate vpath as a path reference form of the new file, where the path reference form is a delimiter + a path + a file name, and the path is a relative path under the root directory.
A storage unit 703, configured to store the generated vpath and information of the new file in a database;
a query unit 704, configured to query the new file according to a preset search mode based on vpath;
the querying unit 704 specifically includes:
an obtaining subunit 7041, configured to obtain an inquiry instruction for inquiring the new file;
an extracting subunit 7042, configured to extract file information that includes vpath and corresponds to the new file;
and the positioning subunit 7043 is configured to directly position the new file according to the path based on vpath.
In this embodiment, the determining subunit 7021 determines whether the relative path directly belongs to the root directory, and triggers the first generating subunit 6022 or the second generating subunit 7023 to perform the processing corresponding to the determination result, so that the full path is free from the root directory information included in the full path, and the technical problem of complex search caused by searching through the relative path based on the file is solved, so that the required file can be quickly located by calling the relative path when the required file needs to be searched, and if the file is in the deep path, the file needs to be searched by traversing all the contacts in the deep path once when the file is searched, and meanwhile, the querying unit 704 queries the newly-created file according to the preset search mode based on vpath, thereby further avoiding the technical problem of complex search.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (5)

1. A file path processing method is characterized by comprising the following steps:
extracting the file name and the relative path of the acquired new file;
generating a vpath virtual path which corresponds to the file name and does not contain root directory information according to the relative path;
generating a vpath corresponding to the file name and not containing root directory information according to the relative path specifically comprises:
judging whether the relative path directly belongs to a root directory, if so, generating the vpath as a direct reference form of the new file, and if not, generating the vpath as a path reference form of the new file; the direct reference form is a separator + the file name, and the path reference form is a separator + a path + the file name, wherein the path is a relative path under the root directory;
and storing the generated information of the vpath and the new file to a database.
2. The method according to claim 1, wherein after saving the generated information of vpath and the new file to a database, the method further comprises:
and inquiring the new file according to a preset search mode based on the vpath.
3. The file path processing method according to claim 2, wherein querying the new file according to a preset search mode based on the vpath specifically comprises:
acquiring an inquiry instruction for inquiring the new file;
extracting file information which comprises the vpath and corresponds to the new file;
and directly positioning the new file according to the path based on the vpath.
4. A file path processing apparatus, comprising:
the extracting unit is used for extracting the file name and the relative path of the acquired new file;
a generating unit, configured to generate a vpath that does not include root directory information and corresponds to the file name according to the relative path;
the storage unit is used for storing the generated information of the vpath and the new file to a database;
the generating unit specifically includes:
the judging subunit is used for judging whether the relative path directly belongs to the root directory, if so, triggering the first generating subunit, and if not, triggering the second generating subunit;
the first generating subunit is configured to generate the vpath in a direct reference form of the new file; the direct reference is in the form of a delimiter + the filename;
the second generating subunit is configured to generate the vpath in a path reference form of the new file; the path refers to a form of a delimiter + a path + the filename, wherein the path is a relative path under the root directory.
5. The file path processing apparatus according to claim 4, characterized in that the file path processing apparatus further comprises:
the query unit is used for querying the new file according to a preset search mode based on the vpath;
wherein, the query unit specifically includes:
the obtaining subunit is used for obtaining a query instruction for querying the new file;
the extracting subunit is used for extracting the file information which comprises the vpath and corresponds to the new file;
and the positioning subunit is used for directly positioning the new file according to the path based on the vpath.
CN201510042003.6A 2015-01-27 2015-01-27 File path processing method and device Active CN105989007B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510042003.6A CN105989007B (en) 2015-01-27 2015-01-27 File path processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510042003.6A CN105989007B (en) 2015-01-27 2015-01-27 File path processing method and device

Publications (2)

Publication Number Publication Date
CN105989007A CN105989007A (en) 2016-10-05
CN105989007B true CN105989007B (en) 2019-12-27

Family

ID=57036399

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510042003.6A Active CN105989007B (en) 2015-01-27 2015-01-27 File path processing method and device

Country Status (1)

Country Link
CN (1) CN105989007B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107291943B (en) * 2017-07-11 2020-09-22 苏州浪潮智能科技有限公司 Picture searching method and device
CN107704528A (en) * 2017-09-19 2018-02-16 深圳市普天宜通技术股份有限公司 A kind of realization method and system of the more roots of Ftp server
CN108491549B (en) * 2018-04-09 2022-02-01 深圳市茁壮网络股份有限公司 Method and device for creating file directory in distributed storage system
CN110795394B (en) * 2019-11-01 2022-09-30 网易(杭州)网络有限公司 File acquisition method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1519756A (en) * 2003-01-31 2004-08-11 ���µ�����ҵ��ʽ���� Record reproduction appts. record reproduction method, computer program and recording medium
CN1949213A (en) * 2005-10-12 2007-04-18 富士施乐株式会社 File server, file providing method and recording medium
WO2009032710A2 (en) * 2007-08-29 2009-03-12 Nirvanix, Inc. Filing system and method for data files stored in a distributed communications network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1519756A (en) * 2003-01-31 2004-08-11 ���µ�����ҵ��ʽ���� Record reproduction appts. record reproduction method, computer program and recording medium
CN1949213A (en) * 2005-10-12 2007-04-18 富士施乐株式会社 File server, file providing method and recording medium
WO2009032710A2 (en) * 2007-08-29 2009-03-12 Nirvanix, Inc. Filing system and method for data files stored in a distributed communications network

Also Published As

Publication number Publication date
CN105989007A (en) 2016-10-05

Similar Documents

Publication Publication Date Title
CN108304444B (en) Information query method and device
KR101720602B1 (en) Data storage method and apparatus
DK2765524T3 (en) PROCEDURE FOR DATA PROCESSING AND FITTING IN A CLUSTER SYSTEM
CN105989007B (en) File path processing method and device
JP7225229B2 (en) Information recommendation method and device, electronic equipment
CN107911249B (en) Method, device and equipment for sending command line of network equipment
EP3522029A1 (en) Natural language search results for intent queries
CN103136228A (en) Image search method and image search device
CN112800287B (en) Full-text indexing method and system based on graph database
EP3036662A1 (en) Generating cache query requests
US8600970B2 (en) Server-side search of email attachments
CN109086456B (en) Data indexing method and device
CN108319608A (en) The method, apparatus and system of access log storage inquiry
CN105373746B (en) A kind of distributed data processing method and apparatus
CN104750872A (en) Method and device for searching service object
CN107305570B (en) Data retrieval method and system
CN113568940A (en) Data query method, device, equipment and storage medium
KR101640733B1 (en) System for Managing data based In-Memory DataBase and method thereof
CN109213972B (en) Method, device, equipment and computer storage medium for determining document similarity
CN113986828A (en) Method and device for storing mass files, electronic equipment and storage medium
CN112364051B (en) Data query method and device
CN106844406B (en) Search method and search device
CN111858581B (en) Paging query method and device, storage medium and electronic equipment
CN105653540B (en) Method and device for processing file attribute information
CN106446080B (en) Data query method, query service equipment, client equipment and data system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: Jinshan software building No. 8 Jingshan Hill Road, Lane 519015 Lianshan Jida Zhuhai city in Guangdong Province

Applicant after: Zhuhai Kingsoft Office Software Co., Ltd.

Applicant after: Beijing Kingsoft office software Limited by Share Ltd

Applicant after: GUANGZHOU JINSHAN JINSHAN MOBILE TECHNOLOGY CO., LTD.

Address before: Jinshan software building No. 8 Jingshan Hill Road, Lane 519015 Lianshan Jida Zhuhai city in Guangdong Province

Applicant before: Zhuhai Kingsoft Office Software Co., Ltd.

Applicant before: Beijing Kingsoft WPS Office Co., Ltd.

Applicant before: GUANGZHOU JINSHAN JINSHAN MOBILE TECHNOLOGY CO., LTD.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20210325

Address after: Room 204, 2 / F, building B24, Guanggu financial port, 77 Guanggu Avenue, Donghu New Technology Development Zone, Wuhan, Hubei 430200

Patentee after: WUHAN KINGSOFT OFFICE Co.,Ltd.

Patentee after: ZHUHAI KINGSOFT OFFICE SOFTWARE Co.,Ltd.

Patentee after: BEIJING KINGSOFT OFFICE SOFTWARE Co.,Ltd.

Address before: 519015 Jinshan software building, 8 Lanshan lane, Jida Jingshan Hill Road, Zhuhai, Guangdong

Patentee before: ZHUHAI KINGSOFT OFFICE SOFTWARE Co.,Ltd.

Patentee before: BEIJING KINGSOFT OFFICE SOFTWARE Co.,Ltd.

Patentee before: GUANGZHOU KINGSOFT MOBILE TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right