技术领域technical field
本发明实施例涉及软件开发领域,尤其涉及一种避免重复处理文件的方法及装置。The embodiments of the present invention relate to the field of software development, in particular to a method and device for avoiding repeated file processing.
背景技术Background technique
在软件开发过程中,需要对目录下的文件进行处理,该目录下的文件可能是本公司不同系统之间的接口文件,也可能是软件或人工的输出结果,有时只需处理该目录下未被处理过的文件而不需处理已经被处理过的文件。In the process of software development, it is necessary to process the files in the directory. The files in the directory may be interface files between different systems of the company, or they may be the output results of software or manual work. Sometimes it is only necessary to process the files not in the directory. Files that have been processed without processing files that have already been processed.
为了避免对目录下的文件进行重复处理,现有技术提供了两种方法:1)在数据库中建立任务表,针对每个文件在任务表中建立一条记录,记录该文件的处理状态,通过访问数据库获知待处理文件的处理状态,如果待处理文件未被处理过,则处理该待处理文件,如果待处理文件已经被处理过,则不对待处理文件进行处理。2)删除已经被处理过的文件,保证该目录下的文件均未被处理过。In order to avoid repeated processing of files under the directory, the prior art provides two methods: 1) set up a task table in the database, set up a record in the task table for each file, record the processing status of the file, and access The database knows the processing status of the file to be processed. If the file to be processed has not been processed, the file to be processed is processed. If the file to be processed has been processed, the file to be processed is not processed. 2) Delete the files that have been processed to ensure that none of the files in this directory have been processed.
对于方法1),由于该目录下的文件在实时变化,频繁访问数据库将导致连接异常或失败;对于方法2),若该目录下的文件有其他用途,则删除后将导致该文件的其他用途消失,导致较大的应用局限性。For method 1), since the files in this directory are changing in real time, frequent access to the database will cause connection exceptions or failures; for method 2), if the files in this directory have other uses, deleting them will lead to other uses of the files disappear, leading to greater application limitations.
发明内容Contents of the invention
本发明实施例提供一种避免重复处理文件的方法及装置,以避免连接异常或失败,提高应用范围。Embodiments of the present invention provide a method and device for avoiding repeated file processing, so as to avoid connection abnormality or failure and improve the scope of application.
本发明实施例的一个方面是提供一种避免重复处理文件的方法,包括:An aspect of the embodiments of the present invention is to provide a method for avoiding repeated file processing, including:
依据备份目录判断目标目录下存储的目标文件是否为已处理文件,所述备份目录存储有已处理文件;Judging whether the target file stored under the target directory is a processed file according to the backup directory, and the backup directory stores the processed file;
若所述目标文件为已处理文件,则不处理所述目标文件;If the target file is a processed file, the target file is not processed;
若所述目标文件不是已处理文件,则处理所述目标文件。If the target file is not a processed file, process the target file.
本发明实施例的另一个方面是提供一种避免重复处理文件的装置,包括:Another aspect of the embodiments of the present invention is to provide a device for avoiding repeated file processing, including:
判断模块,用于依据备份目录判断目标目录下存储的目标文件是否为已处理文件,所述备份目录存储有已处理文件;Judging module, used to judge whether the target file stored under the target directory is a processed file according to the backup directory, and the backup directory stores the processed file;
处理模块,用于若所述目标文件为已处理文件,则不处理所述目标文件;若所述目标文件不是已处理文件,则处理所述目标文件。A processing module, configured to not process the target file if the target file is a processed file; process the target file if the target file is not a processed file.
本发明实施例提供的避免重复处理文件的方法及装置,通过备份目录存储已经被处理过的文件,在对目标文件进行处理之前,先判断该目标文件是否在备份目录中,若在备份目录中,则不处理该目标文件,若不在备份目录中,则处理该目标文件,有效避免了对同一文件的重复处理,相比于现有技术,不需要建立数据库,避免频繁访问数据库导致的连接异常或失败,另外,不需要删除已经被处理过的文件,增大了应用范围。The method and device for avoiding repeated processing of files provided by the embodiments of the present invention store the processed files through the backup directory, and before processing the target file, first judge whether the target file is in the backup directory, if it is in the backup directory , the target file will not be processed. If it is not in the backup directory, the target file will be processed, which effectively avoids repeated processing of the same file. Compared with the prior art, it does not need to establish a database, avoiding connection exceptions caused by frequent access to the database Or fail. In addition, there is no need to delete files that have been processed, which increases the scope of application.
附图说明Description of drawings
图1为本发明实施例提供的避免重复处理文件的方法流程图;FIG. 1 is a flowchart of a method for avoiding repeated file processing provided by an embodiment of the present invention;
图2为本发明另一实施例提供的避免重复处理文件的方法流程图;FIG. 2 is a flowchart of a method for avoiding repeated file processing provided by another embodiment of the present invention;
图3为本发明实施例提供的避免重复处理文件的装置的结构图;FIG. 3 is a structural diagram of a device for avoiding repeated file processing provided by an embodiment of the present invention;
图4为本发明另一实施例提供的避免重复处理文件的装置的结构图。Fig. 4 is a structural diagram of an apparatus for avoiding repeated file processing provided by another embodiment of the present invention.
具体实施方式detailed description
图1为本发明实施例提供的避免重复处理文件的方法流程图。本发明实施例为了避免对目录下的文件进行重复处理,提供了避免重复处理文件的方法,该方法具体步骤如下:FIG. 1 is a flowchart of a method for avoiding repeated file processing provided by an embodiment of the present invention. In order to avoid repeated processing of files in the directory, the embodiment of the present invention provides a method for avoiding repeated processing of files. The specific steps of the method are as follows:
步骤S101、依据备份目录判断目标目录下存储的目标文件是否为已处理文件,所述备份目录存储有已处理文件;Step S101, judging whether the target file stored in the target directory is a processed file according to the backup directory, the backup directory stores the processed file;
目标目录下存储有多个文件,将已处理过的文件存储到备份目录中,由于目标目录下的文件在实时变化,具体为目标目录下的文件数量在实时增加。例如,目标目录下存储有10个文件,该10个文件均被处理过,则将这10个文件存储到备份目录下,当目标目录中新增加90个文件后,新增加的90个文件和原10个文件同时存储在该目标目录中,该目标目录当前共存储有100个文件,在对100个文件进行处理时,需要遍历该100个文件,将各个文件作为目标文件,判断各目标文件是否存储在备份目录中,若该目标文件存储在备份目录中,则该目标文件是已处理文件,若备份目录中没有该目标文件,则该目标文件是新增文件。There are multiple files stored in the target directory, and the processed files are stored in the backup directory. Since the files in the target directory are changing in real time, specifically the number of files in the target directory is increasing in real time. For example, if there are 10 files stored in the target directory, and the 10 files have been processed, these 10 files will be stored in the backup directory. When 90 files are newly added in the target directory, the newly added 90 files and The original 10 files are stored in the target directory at the same time. There are currently 100 files stored in the target directory. When processing 100 files, it is necessary to traverse the 100 files, use each file as the target file, and judge each target file Whether to store in the backup directory. If the target file is stored in the backup directory, the target file is a processed file. If the target file does not exist in the backup directory, the target file is a newly added file.
步骤S102、若所述目标文件为已处理文件,则不处理所述目标文件;Step S102, if the target file is a processed file, the target file is not processed;
为了避免重复处理文件,当目标文件是已处理文件时不进行任何处理操作,继续判断下一个目标文件。In order to avoid repeated processing of files, when the target file is a processed file, no processing operation is performed, and the next target file is continued to be judged.
步骤S103、若所述目标文件不是已处理文件,则处理所述目标文件。Step S103, if the target file is not a processed file, process the target file.
当目标文件不是已处理文件,即为新增文件时,对该目标文件进行处理操作。When the target file is not a processed file, that is, a new file, the target file is processed.
本发明实施例通过备份目录存储已经被处理过的文件,在对目标文件进行处理之前,先判断该目标文件是否在备份目录中,若在备份目录中,则不处理该目标文件,若不在备份目录中,则处理该目标文件,有效避免了对同一文件的重复处理,相比于现有技术,不需要建立数据库,避免频繁访问数据库导致的连接异常或失败,另外,不需要删除已经被处理过的文件,增大了应用范围。The embodiment of the present invention stores the processed files through the backup directory, before processing the target file, first judge whether the target file is in the backup directory, if it is in the backup directory, then the target file will not be processed, if not in the backup In the directory, the target file is processed, which effectively avoids repeated processing of the same file. Compared with the existing technology, there is no need to establish a database, and avoid connection exceptions or failures caused by frequent access to the database. In addition, there is no need to delete the processed file. Documents that have been passed have increased the scope of application.
图2为本发明另一实施例提供的避免重复处理文件的方法流程图。在上述实施例的基础上,所述依据备份目录判断目标目录下存储的目标文件是否为已处理文件包括:判断所述备份目录中是否存储有与所述目标文件的文件名相同的文件,若存在,则所述目标文件为已处理文件,若不存在,则所述目标文件不是已处理文件。Fig. 2 is a flowchart of a method for avoiding repeated file processing provided by another embodiment of the present invention. On the basis of the above embodiments, the judging whether the target file stored in the target directory according to the backup directory is a processed file includes: judging whether a file with the same file name as the target file is stored in the backup directory, if If it exists, the target file is a processed file; if it does not exist, the target file is not a processed file.
依据备份目录判断目标目录下存储的目标文件是否为已处理文件时,具体可通过判断备份目录中是否存储有与所述目标文件的文件名相同的文件,若存在,则说明该目标文件为已处理文件,若不存在,则说明该目标文件不是已处理文件。When judging whether the target file stored under the target directory is a processed file according to the backup directory, it can be specifically determined whether a file with the same file name as the target file is stored in the backup directory, and if it exists, it means that the target file is processed. Processing file, if it does not exist, it means that the target file is not a processed file.
所述备份目录包括处理成功目录和处理失败目录,所述处理成功目录存储有处理成功的已处理文件,所述处理失败目录存储有处理失败的已处理文件;所述若所述目标文件不是已处理文件,则处理所述目标文件之后,还包括:若处理所述目标文件成功,则在所述处理成功目录下创建与所述目标文件的文件名相同的已处理文件;若处理所述目标文件失败,则在所述处理失败目录下创建与所述目标文件的文件名相同的已处理文件;其中,所述已处理文件的大小为0字节。The backup directory includes a processing success directory and a processing failure directory, the processing success directory stores processed files that have been processed successfully, and the processing failure directory stores processed files that have failed to process; if the target file is not processing the file, after processing the target file, it also includes: if the processing of the target file is successful, creating a processed file with the same file name as the target file in the successful directory; if processing the target file If the file fails, a processed file with the same file name as the target file is created under the processing failure directory; wherein, the size of the processed file is 0 bytes.
本发明实施例优选的,将备份目录分为处理成功目录和处理失败目录,例如对目标目录中原有的10个文件进行处理时,若对文件的处理操作执行成功,则将该文件存储到处理成功目录,具体为在处理成功目录下创建一个与该文件的文件名相同的文件;若对文件的处理操作执行失败,则将该文件存储到处理失败目录,具体为在处理失败目录下创建一个与该文件的文件名相同的文件。Preferably in the embodiment of the present invention, the backup directory is divided into a processing success directory and a processing failure directory. For example, when processing the original 10 files in the target directory, if the file processing operation is successfully executed, the file is stored in the Success directory, specifically creating a file with the same file name as the file in the processing success directory; if the file processing operation fails, store the file in the processing failure directory, specifically creating a file in the processing failure directory A file with the same filename as this file.
目标目录中新增加90个文件后,根据上述实施例的方法判断出目标文件不是已处理文件时,对该目标文件执行处理操作,若处理所述目标文件成功,则在所述处理成功目录下创建与所述目标文件的文件名相同的已处理文件,且已处理文件的大小为0字节;若处理所述目标文件失败,则在所述处理失败目录下创建与所述目标文件的文件名相同的已处理文件,且已处理文件的大小为0字节。After newly adding 90 files in the target directory, when judging that the target file is not a processed file according to the method of the above-mentioned embodiment, the processing operation is performed on the target file, if the target file is successfully processed, then in the successfully processed directory Create a processed file identical to the file name of the target file, and the size of the processed file is 0 bytes; if the target file fails to be processed, a file with the target file is created under the processing failure directory A processed file with the same name, and the size of the processed file is 0 bytes.
如图2所示,本发明实施例提供的避免重复处理文件的方法其具体步骤如下:As shown in Figure 2, the specific steps of the method for avoiding repeated file processing provided by the embodiment of the present invention are as follows:
步骤S201、遍历目标目录中的目标文件;Step S201, traversing the target files in the target directory;
步骤S202、判断处理成功目录和处理失败目录下是否存在与该目标文件同名的文件,若是执行步骤S203,否则执行步骤S204;Step S202, judging whether there is a file with the same name as the target file under the processing success directory and the processing failure directory, if so, execute step S203, otherwise execute step S204;
步骤S203、对目标文件不执行处理操作;Step S203, no processing operation is performed on the target file;
步骤S204、对目标文件执行处理操作。Step S204, perform a processing operation on the target file.
本发明实施例通过将备份目录分为处理成功目录和处理失败目录,且在处理成功目录或处理失败目录下创建与目标文件的文件名相同且文件大小为0字节的已处理文件,在对已处理文件进行区分的同时节省了存储空间。In the embodiment of the present invention, the backup directory is divided into a processing success directory and a processing failure directory, and a processed file with the same file name as the target file and a file size of 0 bytes is created under the processing success directory or the processing failure directory. Saves storage space while distinguishing processed files.
在上述实施例的基础上,还包括:清空所述备份目录,对所述目标目录下存储的所有目标文件重新进行处理。On the basis of the above embodiments, the method further includes: clearing the backup directory, and reprocessing all target files stored in the target directory.
例如,目标目录下当前100个文件均已处理完成,还可选择执行如下操作:清空所述备份目录,具体为删除处理成功目录和处理失败目录下的所有文件,对目标目录下当前100个文件依次重新进行处理。For example, if the current 100 files in the target directory have been processed, you can also choose to perform the following operations: clear the backup directory, specifically delete all files in the successfully processed directory and the processed failed directory, and delete the current 100 files in the target directory Re-process sequentially.
所述处理包括:解析所述目标文件,以及将所述目标文件存入与业务系统相关的数据库。The processing includes: parsing the target file, and storing the target file in a database related to the business system.
本发明实施例通过清空备份目录,并对目标目录下存储的所有目标文件重新进行处理,提高了对文件处理的可靠性及灵活性。The embodiments of the present invention improve the reliability and flexibility of file processing by clearing the backup directory and reprocessing all target files stored in the target directory.
图3为本发明实施例提供的避免重复处理文件的装置的结构图。本发明实施例提供的避免重复处理文件的装置可以执行避免重复处理文件的方法实施例提供的处理流程,如图3所示,避免重复处理文件的装置30包括判断模块31和处理模块32,其中,判断模块31用于依据备份目录判断目标目录下存储的目标文件是否为已处理文件,所述备份目录存储有已处理文件;处理模块32用于若所述目标文件为已处理文件,则不处理所述目标文件;若所述目标文件不是已处理文件,则处理所述目标文件。FIG. 3 is a structural diagram of an apparatus for avoiding repeated file processing provided by an embodiment of the present invention. The device for avoiding repeated processing of files provided in the embodiment of the present invention can execute the processing flow provided in the embodiment of the method for avoiding repeated processing of files. As shown in FIG. 3 , the device 30 for avoiding repeated processing of files includes a judging module 31 and a processing module 32, wherein , the judging module 31 is used to judge whether the target file stored under the target directory is a processed file according to the backup directory, and the backup directory stores the processed file; the processing module 32 is used for if the target file is a processed file, then no Process the target file; if the target file is not a processed file, process the target file.
本发明实施例通过备份目录存储已经被处理过的文件,在对目标文件进行处理之前,先判断该目标文件是否在备份目录中,若在备份目录中,则不处理该目标文件,若不在备份目录中,则处理该目标文件,有效避免了对同一文件的重复处理,相比于现有技术,不需要建立数据库,避免频繁访问数据库导致的连接异常或失败,另外,不需要删除已经被处理过的文件,增大了应用范围。The embodiment of the present invention stores the processed files through the backup directory, before processing the target file, first judge whether the target file is in the backup directory, if it is in the backup directory, then the target file will not be processed, if not in the backup In the directory, the target file is processed, which effectively avoids repeated processing of the same file. Compared with the existing technology, there is no need to establish a database, and avoid connection exceptions or failures caused by frequent access to the database. In addition, there is no need to delete the processed file. Documents that have been passed have increased the scope of application.
图4为本发明另一实施例提供的避免重复处理文件的装置的结构图。在上述实施例的基础上,判断模块31具体用于判断所述备份目录中是否存储有与所述目标文件的文件名相同的文件,若存在,则所述目标文件为已处理文件,若不存在,则所述目标文件不是已处理文件。Fig. 4 is a structural diagram of an apparatus for avoiding repeated file processing provided by another embodiment of the present invention. On the basis of the foregoing embodiments, the judging module 31 is specifically used to judge whether a file with the same file name as the target file is stored in the backup directory, if it exists, the target file is a processed file, if not exists, the target file is not a processed file.
所述备份目录包括处理成功目录和处理失败目录,所述处理成功目录存储有处理成功的已处理文件,所述处理失败目录存储有处理失败的已处理文件;避免重复处理文件的装置30还包括文件创建模块33,文件创建模块33用于若处理所述目标文件成功,则在所述处理成功目录下创建与所述目标文件的文件名相同的已处理文件;若处理所述目标文件失败,则在所述处理失败目录下创建与所述目标文件的文件名相同的已处理文件;其中,所述已处理文件的大小为0字节。The backup directory includes a processing success directory and a processing failure directory, the processing success directory stores processed files that have been processed successfully, and the processing failure directory stores processed files that have failed to process; the device 30 for avoiding repeated file processing also includes File creation module 33, file creation module 33 is used for if processing described target file success, then under described processing success directory, create the processed file identical with the file name of described target file; If process described target file failure, Then create a processed file with the same file name as the target file under the processing failure directory; wherein, the size of the processed file is 0 bytes.
避免重复处理文件的装置30还包括清空模块34,清空模块34用于清空所述备份目录;处理模块32还用于对所述目标目录下存储的所有目标文件重新进行处理。The device 30 for avoiding repeated processing of files further includes an emptying module 34 for emptying the backup directory; the processing module 32 is also used for reprocessing all target files stored in the target directory.
所述处理包括:解析所述目标文件,以及将所述目标文件存入与业务系统相关的数据库。The processing includes: parsing the target file, and storing the target file in a database related to the business system.
本发明实施例提供的避免重复处理文件的装置可以具体用于执行上述图1所提供的方法实施例,具体功能此处不再赘述。The device for avoiding repeated file processing provided by the embodiment of the present invention can be specifically used to execute the method embodiment provided in FIG. 1 above, and the specific functions will not be repeated here.
本发明实施例通过将备份目录分为处理成功目录和处理失败目录,且在处理成功目录或处理失败目录下创建与目标文件的文件名相同且文件大小为0字节的已处理文件,在对已处理文件进行区分的同时节省了存储空间;通过清空备份目录,并对目标目录下存储的所有目标文件重新进行处理,提高了对文件处理的可靠性及灵活性。In the embodiment of the present invention, the backup directory is divided into a processing success directory and a processing failure directory, and a processed file with the same file name as the target file and a file size of 0 bytes is created under the processing success directory or the processing failure directory. The storage space is saved while the processed files are distinguished; by clearing the backup directory and reprocessing all target files stored in the target directory, the reliability and flexibility of file processing are improved.
综上所述,本发明实施例通过备份目录存储已经被处理过的文件,在对目标文件进行处理之前,先判断该目标文件是否在备份目录中,若在备份目录中,则不处理该目标文件,若不在备份目录中,则处理该目标文件,有效避免了对同一文件的重复处理,相比于现有技术,不需要建立数据库,避免频繁访问数据库导致的连接异常或失败,另外,不需要删除已经被处理过的文件,增大了应用范围;通过将备份目录分为处理成功目录和处理失败目录,且在处理成功目录或处理失败目录下创建与目标文件的文件名相同且文件大小为0字节的已处理文件,在对已处理文件进行区分的同时节省了存储空间;通过清空备份目录,并对目标目录下存储的所有目标文件重新进行处理,提高了对文件处理的可靠性及灵活性。In summary, the embodiment of the present invention stores the processed files through the backup directory, and before processing the target file, it is judged whether the target file is in the backup directory, and if it is in the backup directory, the target file is not processed. If the file is not in the backup directory, the target file is processed, which effectively avoids repeated processing of the same file. Compared with the prior art, there is no need to establish a database to avoid connection exceptions or failures caused by frequent access to the database. In addition, no Need to delete the files that have been processed, which increases the scope of application; by dividing the backup directory into a processing success directory and a processing failure directory, and creating a file with the same name and the same size as the target file in the processing success directory or processing failure directory The processed files are 0 bytes, which saves storage space while distinguishing processed files; by clearing the backup directory and reprocessing all target files stored in the target directory, the reliability of file processing is improved and flexibility.
在本发明所提供的几个实施例中,应该理解到,所揭露的装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided by the present invention, it should be understood that the disclosed devices and methods can be implemented in other ways. For example, the device embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components can be combined or May be integrated into another system, or some features may be ignored, or not implemented. In another point, the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in one place, or may be distributed to multiple network units. Part or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit. The above-mentioned integrated units can be implemented in the form of hardware, or in the form of hardware plus software functional units.
上述以软件功能单元的形式实现的集成的单元,可以存储在一个计算机可读取存储介质中。上述软件功能单元存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)或处理器(processor)执行本发明各个实施例所述方法的部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等各种可以存储程序代码的介质。The above-mentioned integrated units implemented in the form of software functional units may be stored in a computer-readable storage medium. The above-mentioned software functional units are stored in a storage medium, and include several instructions to make a computer device (which may be a personal computer, server, or network device, etc.) or a processor (processor) execute the methods described in various embodiments of the present invention. partial steps. The aforementioned storage medium includes: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk and other various media that can store program codes. .
本领域技术人员可以清楚地了解到,为描述的方便和简洁,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将装置的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。上述描述的装置的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that for the convenience and brevity of description, only the division of the above-mentioned functional modules is used as an example for illustration. The internal structure of the system is divided into different functional modules to complete all or part of the functions described above. For the specific working process of the device described above, reference may be made to the corresponding process in the foregoing method embodiments, and details are not repeated here.
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present invention, rather than limiting them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: It is still possible to modify the technical solutions described in the foregoing embodiments, or perform equivalent replacements for some or all of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the various embodiments of the present invention. scope.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510244008.7ACN106293993A (en) | 2015-05-13 | 2015-05-13 | Avoid the method and device repeating to process file |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510244008.7ACN106293993A (en) | 2015-05-13 | 2015-05-13 | Avoid the method and device repeating to process file |
| Publication Number | Publication Date |
|---|---|
| CN106293993Atrue CN106293993A (en) | 2017-01-04 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201510244008.7APendingCN106293993A (en) | 2015-05-13 | 2015-05-13 | Avoid the method and device repeating to process file |
| Country | Link |
|---|---|
| CN (1) | CN106293993A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108345664A (en)* | 2018-02-02 | 2018-07-31 | 网易(杭州)网络有限公司 | A kind of method of file synchronization, medium, system and electronic equipment |
| CN112347052A (en)* | 2020-11-04 | 2021-02-09 | 深圳集智数字科技有限公司 | File matching method and related device |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101833489A (en)* | 2010-05-06 | 2010-09-15 | 北京邮电大学 | A method for real-time monitoring and intelligent backup of files |
| US20120233172A1 (en)* | 2011-03-07 | 2012-09-13 | Aptare, Inc. | System to catalog and search point-in-time instances of a file system |
| CN103713972A (en)* | 2014-01-02 | 2014-04-09 | 浪潮(北京)电子信息产业有限公司 | Incremental backup system and method |
| CN104503864A (en)* | 2014-11-20 | 2015-04-08 | 北京世纪高蓝科技有限公司 | Method and device for file backup based on local area network |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101833489A (en)* | 2010-05-06 | 2010-09-15 | 北京邮电大学 | A method for real-time monitoring and intelligent backup of files |
| US20120233172A1 (en)* | 2011-03-07 | 2012-09-13 | Aptare, Inc. | System to catalog and search point-in-time instances of a file system |
| CN103713972A (en)* | 2014-01-02 | 2014-04-09 | 浪潮(北京)电子信息产业有限公司 | Incremental backup system and method |
| CN104503864A (en)* | 2014-11-20 | 2015-04-08 | 北京世纪高蓝科技有限公司 | Method and device for file backup based on local area network |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN108345664A (en)* | 2018-02-02 | 2018-07-31 | 网易(杭州)网络有限公司 | A kind of method of file synchronization, medium, system and electronic equipment |
| CN112347052A (en)* | 2020-11-04 | 2021-02-09 | 深圳集智数字科技有限公司 | File matching method and related device |
| Publication | Publication Date | Title |
|---|---|---|
| CN108205481B (en) | Application container instance creation method and device | |
| CN106326222B (en) | A kind of data processing method and device | |
| US10540325B2 (en) | Method and device for identifying junk picture files | |
| JP6231675B2 (en) | Transaction processing method and apparatus | |
| CN106302609A (en) | A kind of access method and device | |
| CN104021081A (en) | Debugging method and device for browser | |
| CN105302924A (en) | File management method and device | |
| CN105760517A (en) | Method and device for transferring data from Oracle database to DB2 database | |
| CN106339473A (en) | Method and device for copying file | |
| CN104331343A (en) | File backup method and system | |
| CN103064759B (en) | The method of data restore and device | |
| CN105573788A (en) | Patch processing method and device as well as patch generation method and device | |
| CN104035728A (en) | Hard disk hot plug handling method, device and node | |
| CN110858168B (en) | Cluster node fault processing method and device and cluster node | |
| CN106815232A (en) | Catalog management method, apparatus and system | |
| CN106293993A (en) | Avoid the method and device repeating to process file | |
| CN108228813A (en) | The delet method and device of replica database in distributed system | |
| US8312237B2 (en) | Automated relocation of in-use multi-site protected data storage | |
| CN112540805B (en) | Integrated project packaging methods, devices, equipment, storage media and program products | |
| CN111708835B (en) | Blockchain data storage method and device | |
| CN106484312A (en) | A kind of magnetic disk of virtual machine data migration method and device | |
| CN111857543B (en) | Method, apparatus and computer program product for data migration | |
| CN107783826B (en) | A virtual machine migration method, device and system | |
| US10761940B2 (en) | Method, device and program product for reducing data recovery time of storage system | |
| CN104023056B (en) | The method and relevant device updated the data |
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication | Application publication date:20170104 | |
| RJ01 | Rejection of invention patent application after publication |