CN114706831A - Method and device for synchronizing network disk files - Google Patents

Method and device for synchronizing network disk files Download PDF

Info

Publication number
CN114706831A
CN114706831A CN202210626929.XA CN202210626929A CN114706831A CN 114706831 A CN114706831 A CN 114706831A CN 202210626929 A CN202210626929 A CN 202210626929A CN 114706831 A CN114706831 A CN 114706831A
Authority
CN
China
Prior art keywords
file
index
synchronized
determining
score
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
CN202210626929.XA
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.)
Tianjin Lenovo Collaboration Technology Inc
Original Assignee
Tianjin Lenovo Collaboration Technology Inc
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 Tianjin Lenovo Collaboration Technology Inc filed Critical Tianjin Lenovo Collaboration Technology Inc
Priority to CN202210626929.XA priority Critical patent/CN114706831A/en
Publication of CN114706831A publication Critical patent/CN114706831A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a device for synchronizing network disk files, which predetermine at least one first-class index and determine the weight coefficient of each first-class index, wherein the method comprises the following steps: determining a first score of each file to be synchronized relative to each first-type index; determining the priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first-class index; arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized; carrying out file synchronization according to the sequence of each file to be synchronized in the synchronization list; the priority indexes of the files to be synchronized are determined, so that the requirement degree of users for different files to be synchronized is reflected, synchronization is performed according to the sequence of the priority indexes, and the files with high requirement degree of the users are ensured to be synchronized preferentially.

Description

Method and device for synchronizing network disk files
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for synchronizing network disk files.
Background
The network disk is a common technology familiar to the public and is installed and used by a large number of users. Automatic synchronization of network disks is one of the most common functions in network disks. For enterprise network disks/public network disks, multiple users often upload various files together for other users to synchronize and use the files. Is a very common application scene in work.
In the prior art, when a user utilizes an enterprise network disk/a public network disk to automatically synchronize files, synchronization is often performed in sequence according to the time sequence of the files in the network disk. Obviously, the above synchronization method has a drawback that some important files urgently needed by the user may be arranged at a later position, and automatic synchronization cannot be performed in time.
Disclosure of Invention
The invention provides a method and a device for synchronizing network disk files, which at least solve the technical problems in the prior art.
In a first aspect, the present invention provides a method for synchronizing network disk files, which determines at least one first-type index in advance, and determines a weight coefficient of each first-type index, where the method includes:
determining a first score of each file to be synchronized relative to each first-type index;
determining the priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first-class index;
arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized;
and carrying out file synchronization according to the sequence of the files to be synchronized in the synchronization list.
Preferably, the determining the priority index of each file to be synchronized includes:
and carrying out weighted summation on each first score of the file to be synchronized and a weight coefficient of a corresponding first-class index to obtain the priority index.
Preferably, the method further comprises the following steps:
predetermining at least one second-type index, and determining a weight coefficient of each second-type index;
and determining a second score of each file to be synchronized relative to each second-type index.
Preferably, the determining the priority index of each file to be synchronized includes:
and determining the priority index of each file to be synchronized according to the first score and the second score of each file to be synchronized, the weight coefficient of each first type of index and the weight coefficient of each second type of index.
Preferably, the determining the priority index of each file to be synchronized includes:
weighting and summing each first score of the file to be synchronized and a weight coefficient of a corresponding first-class index to obtain a first index;
weighting and summing each second score of the file to be synchronized and a weight coefficient of a corresponding second-class index to obtain a second index;
and determining the priority index of the file to be synchronized according to the first index and the second index.
Preferably, the first type of index includes:
file association, file path, and/or file range.
Preferably, the second type of index includes:
file creation time, number of file accesses, and/or number of file synchronizations.
In a second aspect, the present invention provides a device for synchronizing a network disk file, where the device includes:
the first-class index determining module is used for determining at least one first-class index in advance and determining a weight coefficient of each first-class index;
the first score determining module is used for determining a first score of each file to be synchronized relative to each first-class index;
the priority index determining module is used for determining the priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first type of index;
the list module is used for arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized;
and the synchronization module is used for carrying out file synchronization according to the sequence of each file to be synchronized in the synchronization list.
In a third aspect, the present invention provides a computer-readable storage medium storing a computer program for executing the synchronization method of a network disk file according to the present invention.
In a fourth aspect, the present invention provides an electronic device comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to read the executable instruction from the memory, and execute the instruction to implement the method for synchronizing the network disk file according to the present invention.
Compared with the prior art, the method and the device for synchronizing the network disk files have the advantages that the priority indexes of the files to be synchronized are determined, so that the requirement degree of users for different files to be synchronized is embodied, the synchronization is performed according to the sequence of the priority indexes, the files with high requirement degree of the users are ensured to be synchronized preferentially, and the defect that in the prior art, a large amount of time is spent, only unnecessary files are obtained in a synchronous mode, and the files which are urgently needed are not synchronized timely is overcome.
Drawings
Fig. 1 is a schematic flowchart illustrating a synchronization method for network disk files according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of another method for synchronizing a network disk file according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a synchronization apparatus for a network disk file according to an embodiment of the present invention.
Detailed Description
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 apparent that the described embodiments 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.
Summary of the application
For enterprise network disks/public network disks, multiple users often upload various files together for other users to synchronize and use the files. Is a very common application scene in work. In the prior art, when a user utilizes an enterprise network disk/a public network disk to automatically synchronize files, synchronization is often performed in sequence according to the time sequence of the files in the network disk.
However, the files in the network disk may not all be the files required by the user, or the priority of the user's requirements may be different. Therefore, often in the automatic synchronization, the user may spend a lot of time and only obtain the unnecessary files in synchronization, but the files which are urgently needed by the user are not synchronized in time. The prior art has the defect that a part of important files urgently needed by a user can be arranged at a later position, and automatic synchronization cannot be carried out in time.
Exemplary method
Therefore, embodiments of the present invention provide a method for synchronizing a network disk file, so as to solve at least the above technical problems in the prior art.
Fig. 1 shows a specific embodiment of the method of the present invention. In this embodiment, at least one first-type index may be determined in advance, and a weight coefficient of each first-type index may be determined. In particular, the first category of metrics may be certain information dimensions selected by the user and related to the user himself.
For example, the first type of index may include file relevance, file path, and file range of the file to be synchronized. The file relevance indicates whether the file to be synchronized has direct relevance with the user, for example, whether the file to be synchronized has information such as the name and identification of the user. The file path indicates whether the file to be synchronized is saved under a specific path selected by the user, for example, in a personal folder established by the user. The file range indicates whether the file to be synchronized is located in a specific range selected by the user, for example, whether the file to be synchronized is located in a document range of a work department where the user is located.
Each first type indicator may have a corresponding weight coefficient. Different weights mean the degree of user demand for the first type of indicator. The larger the weighting factor, the more significant the effect of the dimension on the user's needs. In this embodiment, it is assumed that the weight coefficient of the file relevance is 0.3, the weight coefficient of the file path is 0.3, and the weight coefficient of the file range is 0.2.
As shown in fig. 1, the method in this embodiment includes the following steps:
step 101, determining a first score of each file to be synchronized relative to each first-class index.
The file to be synchronized is a file which is stored in the network disk and needs to be automatically synchronized to a user. The method in this embodiment is to synchronize the files to be synchronized in order of the degree of user's demand.
In this step, first scores of the files to be synchronized relative to the first indexes are determined. Generally, a binary decision may be taken to determine the first score. That is, whether the corresponding characteristics in the file to be synchronized are consistent in the dimension of the first type of index is judged. If there is a match, the first score may be determined to be 1; otherwise, if they do not match, the first score may be determined to be 0.
For example, the embodiment may include 3 files to be synchronized, i.e., file a, file B, and file C. And judging the files in sequence relative to the first indexes, namely the file relevance, the file path and the file range, and determining a first score. As shown in table 1.
Table 1:
Figure 731442DEST_PATH_IMAGE001
and 102, determining the priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first-class index.
In this embodiment, the priority index of each file to be synchronized may be determined in a weighted calculation manner, that is, each first score of the file to be synchronized and the weight coefficient of the corresponding first-type index are subjected to weighted summation to obtain the priority index.
Taking the file A as an example, the first scores of the file A relative to the 3 first-class indexes are all 1 point. The weighting factor of the first class index is that the weighting factor of the file relevance is 0.3, the weighting factor of the file path is 0.3, and the weighting factor of the file range is 0.2. The priority index for file a is:
1*0.3+1*0.3+1*0.2=0.8。
similarly, it can be calculated that the priority index of file B is 0.5 and the priority index of file C is 0.3. According to the calculation method in this embodiment, it can be considered that the larger the numerical value of the priority index is, the higher the user's demand for the file to be synchronized is. I.e. the file to be synchronized with a large priority index, should be synchronized preferentially.
And 103, arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized.
And step 104, synchronizing the files according to the sequence of the files to be synchronized in the synchronization list.
According to the calculation method in the present embodiment, the larger the numerical value of the priority index is, the higher the degree of demand of the user is. The files to be synchronized can be arranged and added into the synchronization list according to the descending order of the numerical value of the priority index.
When the automatic synchronization of the files is performed, the synchronization is performed not in the time order of the files but in the order of the arrangement of the synchronization list. The order of the files to be synchronized in the synchronization list, i.e. the order of the priority indices, i.e. the order of the demands of the users. Therefore, synchronization is performed according to the arrangement sequence of the synchronization list, and the files with high user demand degree can be ensured to complete synchronization preferentially.
According to the technical scheme, the beneficial effects of the embodiment are as follows: the priority indexes of the files to be synchronized are determined, so that the requirement degree of users for different files to be synchronized is reflected, and then synchronization is performed according to the sequence of the priority indexes, so that the files with high requirement degree are ensured to be synchronized preferentially, and the defect that in the prior art, a large amount of time is spent, only unnecessary files are obtained in a synchronous mode, and urgently needed files are not synchronized timely is overcome.
Fig. 1 shows only a basic embodiment of the method of the present invention, and based on this, certain optimization and expansion can be performed, and other preferred embodiments of the method can also be obtained.
Fig. 2 shows another embodiment of the method for synchronizing a network disk file according to the present invention. The present embodiment is further developed on the basis of the foregoing embodiments.
In this embodiment, on the basis of the first-type index in the foregoing embodiment, a second-type index is further included. Namely, at least one second type index is determined in advance, and the weight coefficient of each second type index is determined. In particular, the second type of index may be some information dimensions of the file to be synchronized on an objective level, such as file creation time, file access times, and file synchronization times.
Each second type of indicator may have a corresponding weight coefficient. Different weights mean the degree of user demand for the second type of indicator. The larger the weighting factor, the more significant the effect of the dimension on the user's needs. In this embodiment, it is assumed that the weight coefficient of the file creation time is 0.2, the weight coefficient of the number of file accesses is 0.1, and the weight coefficient of the number of file synchronizations is 0.1.
In this embodiment, the method specifically includes the following steps:
step 201, determining a first score of each file to be synchronized relative to each first-class index.
In the present embodiment, it is assumed that 3 files to be synchronized, i.e., file a, file B, and file C, are included. This step is consistent with the foregoing embodiment, and the first score of each file to be synchronized can be shown in table 1. The description is not repeated here.
Step 202, determining a second score of each file to be synchronized relative to each second-type index.
The second score may also be determined using binary decision in this embodiment. For example, when the file creation time of the file to be synchronized is the current day, the second score is 1, otherwise, the second score is 0; when the file access times of the files to be synchronized are larger than a specific numerical value, the second score is 1, otherwise, the second score is 0; and when the file synchronization times of the files to be synchronized are greater than 0, the second score is 1, and when the synchronization times are equal to 0, the second score is 0.
In other cases, the second score may be determined in a gradual manner. For example, when the file creation time of the file to be synchronized is closer, the second score value is larger; when the number of file access times of the file to be synchronized is more, the second score value is larger; and when the file synchronization times of the file to be synchronized are more, the second score value is larger.
The second score of each file to be synchronized obtained by adopting binary judgment in the embodiment is shown in table 2.
Table 2:
Figure 320686DEST_PATH_IMAGE002
step 203, determining the priority index of each file to be synchronized according to the first score and the second score of each file to be synchronized, the weight coefficient of each first type of index and the weight coefficient of each second type of index.
In this embodiment, the first score, the second score, the weight coefficient of the first type of indicator, and the weight coefficient of the second type of indicator may be weighted together to determine the priority index.
Specifically, each first score of the file to be synchronized and the corresponding weight coefficient of the first type index may be subjected to weighted summation to obtain a first index; weighting and summing each second score of the file to be synchronized and the corresponding weight coefficient of the second type of index to obtain a second index; and determining the priority index of the file to be synchronized according to the first index and the second index.
Taking file a as an example, the first index of file a in this embodiment is equivalent to the value of the priority index of file a in the embodiment shown in fig. 1, that is, 0.8. And the second index for file a is:
1*0.2+0*0.1+1*0.1=0.3。
the priority index of file a in this embodiment is 0.8+0.3= 1.1. Similarly, the second index of file B is 0.3, and the priority index of file B is 0.5+0.3= 0.8. The second index of file C is 0.2, and the priority index of file B is 0.3+0.2= 0.5.
And step 204, arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized.
And step 205, synchronizing the files according to the sequence of the files to be synchronized in the synchronization list.
In the present embodiment, the contents of steps 204 to 205 are the same as those of the previous embodiment, and the description thereof will not be repeated. In the embodiment, the priority index is calculated by additionally combining the second type of indexes, so that the information dimension covered by the priority of the file to be synchronized is expanded. So that the calculation of the priority is more accurate.
Exemplary devices
Fig. 3 shows an embodiment of a synchronization apparatus for a network disk file according to the present invention. The apparatus of this embodiment is a physical apparatus for performing the method described in fig. 1-2. The technical solution is essentially the same as that in the above embodiment, and the corresponding description in the above embodiment is also applicable to this embodiment. The device in this embodiment includes:
the first-class index determining module 301 is configured to determine at least one first-class index in advance, and determine a weight coefficient of each first-class index.
The first score determining module 302 is configured to determine a first score of each file to be synchronized with respect to each first-class index.
And the priority index determining module 303 is configured to determine a priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first-class index.
The list module 304 is configured to arrange the files to be synchronized into a synchronization list according to the priority index of each file to be synchronized.
And the synchronization module 305 is configured to perform file synchronization according to the sequence of each file to be synchronized in the synchronization list.
In addition, on the basis of the embodiment shown in fig. 3, it is preferable that:
the second-type index determining module 306 is configured to determine at least one second-type index in advance, and determine a weight coefficient of each second-type index.
The priority index determination module 303 comprises:
the first index calculation unit 331 is configured to perform weighted summation on each first score of the file to be synchronized and a weight coefficient of a corresponding first type index to obtain a first index;
the second index calculating unit 332 is configured to perform weighted summation on each second score of the file to be synchronized and a weight coefficient of a corresponding second type index to obtain a second index;
a priority index determining unit 333, configured to determine a priority index of the file to be synchronized according to the first index and the second index.
The first category of indicators includes: file association, file path, and/or file range.
The second type of index includes: file creation time, number of file accesses, and/or number of file synchronizations.
Exemplary computer program product and computer-readable storage Medium
In addition to the above-described methods and apparatus, embodiments of the invention may also be a computer program product comprising computer program instructions which, when executed by a processor, cause the processor to perform the steps in the methods according to various embodiments of the invention described in the "exemplary methods" section above of this specification.
The computer program product may write program code for carrying out operations for embodiments of the present invention in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server.
Furthermore, embodiments of the present invention may also be a computer-readable storage medium having stored thereon computer program instructions which, when executed by a processor, cause the processor to perform steps in methods according to various embodiments of the present invention described in the "exemplary methods" section above of this specification.
The computer-readable storage medium may take any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may include, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The basic principles of the present invention have been described above with reference to specific embodiments, but it should be noted that the advantages, effects, etc. mentioned in the present invention are only examples and are not limiting, and the advantages, effects, etc. must not be considered to be possessed by various embodiments of the present invention. Furthermore, the foregoing disclosure of specific details is for the purpose of illustration and description and is not intended to be limiting, since the invention is not limited to the specific details described above.
The block diagrams of devices, apparatuses, systems involved in the present invention are only given as illustrative examples and are not intended to require or imply that the connections, arrangements, configurations, etc. must be made in the manner shown in the block diagrams. These devices, apparatuses, devices, systems may be connected, arranged, configured in any manner, as will be appreciated by those skilled in the art. Words such as "including," "comprising," "having," and the like are open-ended words that mean "including, but not limited to," and are used interchangeably therewith. The words "or" and "as used herein mean, and are used interchangeably with, the word" and/or, "unless the context clearly dictates otherwise. The word "such as" is used herein to mean, and is used interchangeably with, the phrase "such as but not limited to".
It should also be noted that in the apparatus, devices and methods of the present invention, the components or steps may be broken down and/or re-combined. These decompositions and/or recombinations are to be regarded as equivalents of the present invention.
The previous description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the invention. Thus, the present invention is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The foregoing description has been presented for purposes of illustration and description. Furthermore, the description is not intended to limit embodiments of the invention to the form disclosed herein. While a number of example aspects and embodiments have been discussed above, those of skill in the art will recognize certain variations, modifications, alterations, additions and sub-combinations thereof.

Claims (10)

1. A synchronization method for network disk files is characterized in that at least one first type index is predetermined, and a weight coefficient of each first type index is determined, the method comprises the following steps:
determining a first score of each file to be synchronized relative to each first-type index;
determining a priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first-type index;
arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized;
and carrying out file synchronization according to the sequence of the files to be synchronized in the synchronization list.
2. The method of claim 1, wherein the determining the priority index of each file to be synchronized comprises:
and carrying out weighted summation on each first score of the file to be synchronized and a weight coefficient of a corresponding first-class index to obtain the priority index.
3. The method of claim 1, further comprising:
predetermining at least one second-type index, and determining a weight coefficient of each second-type index;
and determining a second score of each file to be synchronized relative to each second-type index.
4. The method of claim 3, wherein the determining the priority index of each file to be synchronized comprises:
and determining the priority index of each file to be synchronized according to the first score and the second score of each file to be synchronized, the weight coefficient of each first type of index and the weight coefficient of each second type of index.
5. The method of claim 4, wherein the determining the priority index of each file to be synchronized comprises:
weighting and summing each first score of the file to be synchronized and a weight coefficient of a corresponding first type index to obtain a first index;
weighting and summing each second score of the file to be synchronized and a weight coefficient of a corresponding second-class index to obtain a second index;
and determining the priority index of the file to be synchronized according to the first index and the second index.
6. The method according to any one of claims 1 to 5, wherein the first type of index comprises:
file association, file path, and/or file range.
7. The method according to any one of claims 3 to 5, wherein the second type of index comprises:
file creation time, number of file accesses, and/or number of file synchronizations.
8. A synchronization apparatus for a network disk file, the apparatus comprising:
the first-class index determining module is used for determining at least one first-class index in advance and determining a weight coefficient of each first-class index;
the first score determining module is used for determining a first score of each file to be synchronized relative to each first-class index;
the priority index determining module is used for determining the priority index of each file to be synchronized according to the first score of each file to be synchronized and the weight coefficient of each first type of index;
the list module is used for arranging the files to be synchronized into a synchronization list according to the priority indexes of the files to be synchronized;
and the synchronization module is used for carrying out file synchronization according to the sequence of each file to be synchronized in the synchronization list.
9. A computer-readable storage medium storing a computer program for executing the synchronization method of the network disk file according to any one of claims 1 to 7.
10. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is used for reading the executable instructions from the memory and executing the instructions to realize the synchronization method of the network disk file of any one of the claims 1 to 7.
CN202210626929.XA 2022-06-06 2022-06-06 Method and device for synchronizing network disk files Pending CN114706831A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210626929.XA CN114706831A (en) 2022-06-06 2022-06-06 Method and device for synchronizing network disk files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210626929.XA CN114706831A (en) 2022-06-06 2022-06-06 Method and device for synchronizing network disk files

Publications (1)

Publication Number Publication Date
CN114706831A true CN114706831A (en) 2022-07-05

Family

ID=82178065

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210626929.XA Pending CN114706831A (en) 2022-06-06 2022-06-06 Method and device for synchronizing network disk files

Country Status (1)

Country Link
CN (1) CN114706831A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103327124A (en) * 2013-07-12 2013-09-25 北京金山云网络技术有限公司 File synchronization method, file synchronization method device, client, server side and equipment
CN103327123A (en) * 2013-07-12 2013-09-25 北京金山云网络技术有限公司 File synchronization method, client, server side and equipment
CN103391318A (en) * 2013-07-12 2013-11-13 北京金山云网络技术有限公司 Data processing method, client side, server side and device
CN112651669A (en) * 2021-01-18 2021-04-13 中国民航信息网络股份有限公司 Airline data processing method, device, equipment and readable storage medium
CN114385570A (en) * 2021-12-29 2022-04-22 富途网络科技(深圳)有限公司 Data synchronization method and device, electronic equipment and readable medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103327124A (en) * 2013-07-12 2013-09-25 北京金山云网络技术有限公司 File synchronization method, file synchronization method device, client, server side and equipment
CN103327123A (en) * 2013-07-12 2013-09-25 北京金山云网络技术有限公司 File synchronization method, client, server side and equipment
CN103391318A (en) * 2013-07-12 2013-11-13 北京金山云网络技术有限公司 Data processing method, client side, server side and device
CN112651669A (en) * 2021-01-18 2021-04-13 中国民航信息网络股份有限公司 Airline data processing method, device, equipment and readable storage medium
CN114385570A (en) * 2021-12-29 2022-04-22 富途网络科技(深圳)有限公司 Data synchronization method and device, electronic equipment and readable medium

Similar Documents

Publication Publication Date Title
US11507743B2 (en) System and method for automatic key phrase extraction rule generation
JP2005267600A5 (en)
JP2020074193A (en) Search method, device, facility, and non-volatile computer memory
CN104809132A (en) Method and device for acquiring social relation type of network subject
CN111241389A (en) Sensitive word filtering method and device based on matrix, electronic equipment and storage medium
US20160188569A1 (en) Generating a Table of Contents for Unformatted Text
US11676507B2 (en) Food description processing methods and apparatuses
WO2019041528A1 (en) Method, electronic apparatus, and computer readable storage medium for determining polarity of news sentiment
EP2354971A1 (en) Document analysis system
CN114117038A (en) Document classification method, device and system and electronic equipment
CN114706831A (en) Method and device for synchronizing network disk files
CN110704573B (en) Catalog storage method, catalog storage device, computer equipment and storage medium
CN111625656A (en) Information processing method, device, equipment and storage medium
US20190205320A1 (en) Sentence scoring apparatus and program
CN111611228A (en) Load balance adjustment method and device based on distributed database
CN108021464B (en) Bottom-pocketing processing method and device for application response data
CN110909247A (en) Text information pushing method, electronic equipment and computer storage medium
US9262465B1 (en) Detection of mismatch between book content and description
CN116070586A (en) Preview file generation method, file preview device and computing equipment
JP5310196B2 (en) Classification system revision support program, classification system revision support device, and classification system revision support method
JP2020064383A (en) Risk identification device, risk identification method, and program
US11675787B2 (en) Multiple search collections based on relevancy value
JP2019105957A (en) Document structure analysis system, document structure analysis method, and program
US11899910B2 (en) Multi-location copying and context based pasting
JP6065657B2 (en) Electronic data approval method and electronic data approval server

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20220705

RJ01 Rejection of invention patent application after publication