CN111031110B - File uploading method and device, electronic equipment and storage medium - Google Patents

File uploading method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111031110B
CN111031110B CN201911204962.8A CN201911204962A CN111031110B CN 111031110 B CN111031110 B CN 111031110B CN 201911204962 A CN201911204962 A CN 201911204962A CN 111031110 B CN111031110 B CN 111031110B
Authority
CN
China
Prior art keywords
file
files
server
fragmented
fragment
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
CN201911204962.8A
Other languages
Chinese (zh)
Other versions
CN111031110A (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.)
Shandong Yingxin Computer Technology Co Ltd
Original Assignee
Shandong Yingxin Computer 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 Shandong Yingxin Computer Technology Co Ltd filed Critical Shandong Yingxin Computer Technology Co Ltd
Priority to CN201911204962.8A priority Critical patent/CN111031110B/en
Publication of CN111031110A publication Critical patent/CN111031110A/en
Application granted granted Critical
Publication of CN111031110B publication Critical patent/CN111031110B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1464Management of the backup or restore process for networked environments
    • 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/172Caching, prefetching or hoarding of files
    • 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/18File system types
    • G06F16/182Distributed file systems
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a file uploading method, a file uploading device, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: carrying out fragmentation operation on a mirror image file of a system according to a preset fragmentation rule to obtain a plurality of fragmented files; extracting target fragmented files from all fragmented files, and calculating a check value corresponding to each target fragmented file; sending all the check values to a server so that the server can confirm whether the same check values exist or not, and generating a first confirmation result to be returned to the browser; if the first confirmation result is that the first confirmation result does not exist, all the fragmented files are uploaded to the server, so that the server can calculate and store the check values corresponding to all the fragmented files, and all the fragmented files are combined into the mirror image file. The file uploading method provided by the application avoids the problems that the same file is uploaded for multiple times, so that the server is too much used for storage and the server bandwidth occupies too large load due to multiple uploads, and avoids the problem that the check value of the whole image file is too slow to obtain.

Description

一种文件上传方法、装置及电子设备和存储介质A file upload method, device, electronic equipment, and storage medium

技术领域technical field

本申请涉及计算机技术领域,更具体地说,涉及一种文件上传方法、装置及一种电子设备和一种计算机可读存储介质。The present application relates to the field of computer technology, and more specifically, to a method and device for uploading files, an electronic device, and a computer-readable storage medium.

背景技术Background technique

用户通过浏览器将系统的镜像文件上传至服务器,由于镜像文件为超大文件,相同系统的相同版本的镜像文件多次上传至服务器,会导致占用带宽多、服务器负载过高。由于多用户可以复用同一镜像文件进行操作系统安装部署,所以同一系统同一版本镜像没有必要保存多个用户上传的副本。The user uploads the image file of the system to the server through the browser. Since the image file is a very large file, the image file of the same version of the same system is uploaded to the server multiple times, which will occupy a lot of bandwidth and the server load will be too high. Since multiple users can reuse the same image file for operating system installation and deployment, there is no need to save copies uploaded by multiple users for the same version of the same system image.

因此,如何防止系统的镜像文件重复提交到服务器是本领域技术人员需要解决的技术问题。Therefore, how to prevent the image file of the system from being repeatedly submitted to the server is a technical problem to be solved by those skilled in the art.

发明内容Contents of the invention

本申请的目的在于提供一种文件上传方法、装置及一种电子设备和一种计算机可读存储介质,防止系统的镜像文件重复提交到服务器。The purpose of this application is to provide a file uploading method and device, an electronic device and a computer-readable storage medium, so as to prevent system image files from being repeatedly submitted to a server.

为实现上述目的,本申请提供了一种文件上传方法,应用于浏览器,包括:In order to achieve the above purpose, this application provides a method for uploading files, which is applied to browsers, including:

按照预设分片规则对系统的镜像文件进行分片操作得到多个分片文件;Shard the image file of the system according to the preset sharding rules to obtain multiple shard files;

在所有所述分片文件中抽取目标分片文件,并计算每个所述目标分片文件对应的校验值;Extracting target fragment files from all the fragment files, and calculating a check value corresponding to each of the target fragment files;

将所有所述校验值发送至服务器,以便所述服务器确认是否存在相同的检验值,并生成第一确认结果返回至所述浏览器;sending all the check values to the server, so that the server can confirm whether the same check value exists, and generate a first confirmation result to return to the browser;

若所述第一确认结果为不存在,则向所述服务器上传所有所述分片文件,以便所述服务器计算并存储所有所述分片文件对应的校验值,并将所有所述分片文件合并为所述镜像文件。If the first confirmation result does not exist, then upload all the fragment files to the server, so that the server calculates and stores the check values corresponding to all the fragment files, and uploads all the fragment files The files are merged into the mirror image file.

其中,所述在所有所述分片文件中抽取目标分片文件之前,还包括:Wherein, before extracting the target fragment file in all the fragment files, it also includes:

向所述服务器发送所述系统的系统名称和所述镜像文件的文件名称,以便所述服务器确认是否存在重名文件,并生成第二确认结果返回至所述浏览器;Send the system name of the system and the file name of the image file to the server, so that the server confirms whether there is a file with the same name, and generates a second confirmation result to return to the browser;

若所述第二确认结果为不存在,则执行所述在所有所述分片文件中抽取目标分片文件的步骤。If the second confirmation result is that it does not exist, the step of extracting target segment files from all the segment files is performed.

其中,还包括:Among them, also include:

若所述第一确认结果为存在,则输出所述镜像文件已存在的提示信息。If the first confirmation result is existence, output a prompt message that the mirror image file already exists.

其中,所述在所有所述分片文件中抽取目标分片文件,包括:Wherein, said extracting target fragment files in all said fragment files includes:

抽取所述镜像文件的第一个分片文件和最后一个分片文件为所述目标分片文件;Extracting the first fragment file and the last fragment file of the image file as the target fragment file;

获取精确度,并根据所述精确度计算抽取数量;其中,所述抽取数量为所述精确度与所有所述分片文件的数量的乘积;Acquiring the precision, and calculating the extraction quantity according to the precision; wherein, the extraction quantity is the product of the precision and the quantity of all the fragmented files;

在所有所述分片文件中抽取所述抽取数量的目标分片文件。Extracting the extracted number of target segment files from all the segment files.

其中,所述在所有所述分片文件中抽取目标分片文件,包括:Wherein, said extracting target fragment files in all said fragment files includes:

在所有所述分片文件中抽取预设数量个分片文件作为所述目标分片文件。Extracting a preset number of slice files from all the slice files as the target slice files.

为实现上述目的,本申请提供了一种文件上传装置,包括:In order to achieve the above purpose, this application provides a file uploading device, including:

分片模块,用于按照预设分片规则对系统的镜像文件进行分片操作得到多个分片文件;Fragmentation module, used to perform fragmentation operation on the image file of the system according to preset fragmentation rules to obtain multiple fragmented files;

计算模块,用于在所有所述分片文件中抽取目标分片文件,并计算每个所述目标分片文件对应的校验值;A calculation module, configured to extract target slice files from all the slice files, and calculate a check value corresponding to each of the target slice files;

第一发送模块,用于将所有所述校验值发送至服务器,以便所述服务器确认是否存在相同的检验值,并生成第一确认结果返回至所述浏览器;The first sending module is configured to send all the check values to the server, so that the server can confirm whether the same check value exists, and generate a first confirmation result to return to the browser;

上传模块,用于当所述第一确认结果为不存在时,向所述服务器上传所有所述分片文件,以便所述服务器计算并存储所有所述分片文件对应的校验值,并将所有所述分片文件合并为所述镜像文件。An upload module, configured to upload all of the fragment files to the server when the first confirmation result does not exist, so that the server calculates and stores the check values corresponding to all of the fragment files, and All the fragmented files are merged into the mirror image file.

其中,还包括:Among them, also include:

第二发送模块,用于向所述服务器发送所述系统的系统名称和所述镜像文件的文件名称,以便所述服务器确认是否存在重名文件,并生成第二确认结果返回至所述浏览器;若所述第二确认结果为不存在,则启动所述第一发送模块的工作流程。The second sending module is used to send the system name of the system and the file name of the image file to the server, so that the server can confirm whether there is a file with the same name, and generate a second confirmation result to return to the browser ; If the second confirmation result is that it does not exist, start the workflow of the first sending module.

其中,所述计算模块包括:Wherein, the calculation module includes:

第一抽样单元,用于抽取所述镜像文件的第一个分片文件和最后一个分片文件为所述目标分片文件;The first sampling unit is used to extract the first fragment file and the last fragment file of the image file as the target fragment file;

第一计算单元,用于获取精确度,并根据所述精确度计算抽取数量;其中,所述抽取数量为所述精确度与所有所述分片文件的数量的乘积;The first calculation unit is used to obtain the precision, and calculate the extraction quantity according to the precision; wherein, the extraction quantity is the product of the precision and the quantity of all the fragmented files;

第二抽样单元,用于在所有所述分片文件中抽取所述抽取数量的目标分片文件;a second sampling unit, configured to extract the extracted number of target fragment files from all the fragment files;

第二计算单元,用于计算每个所述目标分片文件对应的校验值。The second calculation unit is used to calculate the verification value corresponding to each target fragment file.

为实现上述目的,本申请提供了一种电子设备,包括:In order to achieve the above purpose, the application provides an electronic device, including:

存储器,用于存储计算机程序;memory for storing computer programs;

处理器,用于执行所述计算机程序时实现如上述文件上传方法的步骤。A processor, configured to implement the steps of the above-mentioned file uploading method when executing the computer program.

为实现上述目的,本申请提供了一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如上述文件上传方法的步骤。To achieve the above purpose, the present application provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the above-mentioned file uploading method are implemented.

通过以上方案可知,本申请提供的一种文件上传方法,包括:按照预设分片规则对系统的镜像文件进行分片操作得到多个分片文件;在所有所述分片文件中抽取目标分片文件,并计算每个所述目标分片文件对应的校验值;将所有所述校验值发送至服务器,以便所述服务器确认是否存在相同的检验值,并生成第一确认结果返回至所述浏览器;若所述第一确认结果为不存在,则向所述服务器上传所有所述分片文件,以便所述服务器计算并存储所有所述分片文件对应的校验值,并将所有所述分片文件合并为所述镜像文件。It can be known from the above scheme that a file upload method provided by the present application includes: performing fragmentation operation on the image file of the system according to the preset fragmentation rules to obtain multiple fragmented files; extracting target fractions from all the fragmented files segment files, and calculate the check value corresponding to each target segment file; send all the check values to the server, so that the server can confirm whether there is the same check value, and generate the first confirmation result to return to The browser; if the first confirmation result does not exist, then upload all the fragment files to the server, so that the server calculates and stores the check values corresponding to all the fragment files, and All the fragmented files are merged into the mirror image file.

本申请提供的文件上传方法,在系统的镜像文件上传之前,进行文件内容的对比,以保证相同内容的镜像文件在服务器上只保存一份,避免了相同文件多次上传造成服务器存储使用过多以及多次上传带来的服务器带宽占用过大负载过大的问题。另外,对所有分片文件进行抽样得到目标分片文件,利用目标分片文件的校验值进行文件内容的对比,避免了获取整个镜像文件的校验值过慢、效率过低问题。本申请还公开了一种文件上传装置及一种电子设备和一种计算机可读存储介质,同样能实现上述技术效果。The file upload method provided by this application compares the content of the file before uploading the image file in the system to ensure that only one copy of the image file with the same content is saved on the server, avoiding excessive use of server storage caused by multiple uploads of the same file And the problem of excessive server bandwidth occupation and excessive load caused by multiple uploads. In addition, all the fragmented files are sampled to obtain the target fragmented files, and the verification value of the target fragmented files is used to compare the file content, which avoids the problem of too slow and low efficiency in obtaining the verification value of the entire image file. The application also discloses a file uploading device, an electronic device, and a computer-readable storage medium, which can also achieve the above-mentioned technical effects.

应当理解的是,以上的一般描述和后文的细节描述仅是示例性的,并不能限制本申请。It is to be understood that both the foregoing general description and the following detailed description are exemplary only and are not restrictive of the application.

附图说明Description of drawings

为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。附图是用来提供对本公开的进一步理解,并且构成说明书的一部分,与下面的具体实施方式一起用于解释本公开,但并不构成对本公开的限制。在附图中:In order to more clearly illustrate the technical solutions in the embodiments of the present application or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments of the present application. Those skilled in the art can also obtain other drawings based on these drawings without creative work. The accompanying drawings are used to provide a further understanding of the present disclosure, and constitute a part of the description, together with the following specific embodiments, are used to explain the present disclosure, but do not constitute a limitation to the present disclosure. In the attached picture:

图1为根据一示例性实施例示出的一种文件上传方法的流程图;Fig. 1 is a flow chart of a method for uploading a file according to an exemplary embodiment;

图2为根据一示例性实施例示出的另一种文件上传方法的流程图;Fig. 2 is a flow chart of another file uploading method according to an exemplary embodiment;

图3为根据一示例性实施例示出的一种文件上传装置的结构图;Fig. 3 is a structural diagram of a file uploading device according to an exemplary embodiment;

图4为根据一示例性实施例示出的一种电子设备的结构图。Fig. 4 is a structural diagram of an electronic device according to an exemplary embodiment.

具体实施方式Detailed ways

下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the application with reference to the drawings in the embodiments of the application. Apparently, the described embodiments are only some of the embodiments of the application, not all of them. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of this application.

本申请实施例公开了一种文件上传方法,防止系统的镜像文件重复提交到服务器。The embodiment of the present application discloses a method for uploading files, which prevents system image files from being repeatedly submitted to the server.

参见图1,根据一示例性实施例示出的一种文件上传方法的流程图,如图1所示,包括:Referring to FIG. 1, a flow chart of a file upload method shown according to an exemplary embodiment, as shown in FIG. 1, includes:

S101:按照预设分片规则对系统的镜像文件进行分片操作得到多个分片文件;S101: Perform a fragmentation operation on the image file of the system according to a preset fragmentation rule to obtain multiple fragmented files;

本实施例的执行主体为浏览器,目的为将系统的镜像文件上传至服务器。在本实施例中,浏览器与服务端支持分片上传,开发人员可以制定镜像文件的分片规则,即本步骤中的预设分片规则,例如,1G的镜像文件的分片大小,以及分片开始与结束标识。在浏览器端按照上述预设分片规则对系统的镜像文件进行分片操作,结果为多个分片文件。The execution subject of this embodiment is a browser, and the purpose is to upload the image file of the system to the server. In this embodiment, the browser and the server support uploading in fragments, and developers can formulate the fragmentation rules of the image file, that is, the preset fragmentation rules in this step, for example, the fragmentation size of the image file of 1G, and Fragment start and end identifiers. On the browser side, the image file of the system is fragmented according to the preset fragmentation rules mentioned above, and the result is multiple fragmented files.

S102:在所有所述分片文件中抽取目标分片文件,并计算每个所述目标分片文件对应的校验值;S102: Extracting target fragment files from all the fragment files, and calculating a check value corresponding to each of the target fragment files;

由于系统的镜像文件在相同版本下文件内容基本一致,不同版本不同系统的镜像文件差异非常大,因而可以采用抽样方式的进行内容校验。在本步骤中,对所有分片文件进行抽样,得到目标抽样文件,并计算每个目标分片文件对应的校验值。需要说明的是,此处不对校验值的具体形式进行限定,例如可以为MD5值。Since the contents of the image files of the system are basically the same under the same version, the image files of different versions and different systems are very different, so the content verification can be carried out by sampling. In this step, all fragmented files are sampled to obtain target sampled files, and a check value corresponding to each target fragmented file is calculated. It should be noted that the specific form of the check value is not limited here, for example, it may be an MD5 value.

需要说明的是,本实施例不对具体的抽样方法进行限定,可以在所有所述分片文件中抽取预设数量个分片文件作为目标分片文件。优选的,所述在所有所述分片文件中抽取目标分片文件的步骤包括:抽取所述镜像文件的第一个分片文件和最后一个分片文件为所述目标分片文件;获取精确度,并根据所述精确度计算抽取数量;其中,所述抽取数量为所述精确度与所有所述分片文件的数量的乘积;在所有所述分片文件中抽取所述抽取数量的目标分片文件。It should be noted that this embodiment does not limit the specific sampling method, and a preset number of slice files may be extracted from all the slice files as target slice files. Preferably, the step of extracting the target slice file from all the slice files includes: extracting the first slice file and the last slice file of the image file as the target slice file; obtaining accurate degree, and calculate the extraction quantity according to the accuracy; wherein, the extraction quantity is the product of the accuracy and the quantity of all the fragment files; extract the target of the extraction quantity in all the fragment files Shard files.

在具体实施中,抽取镜像文件的第一个分片文件和最后一个分片文件,随机生成抽样数量个索引,抽取索引对应的分片文件为目标分片文件。也就是说,目标分片文件包括第一个分片文件、最后一个分片和随机抽取的抽取数量个分片文件,目标分片文件的数量为抽样数量加二。精确度可以根据实际的需要进行调整,若实际需要的精确度较高,则通过增大目标分片文件的数量占所有分片文件的数量的比例以提升精确度。In a specific implementation, the first fragment file and the last fragment file of the image file are extracted, a sampling number of indexes are randomly generated, and the fragment files corresponding to the indexes are extracted as target fragment files. That is to say, the target segment file includes the first segment file, the last segment and a randomly selected number of segment files, and the number of target segment files is the sampling number plus two. The accuracy can be adjusted according to actual needs. If the actual required accuracy is higher, the accuracy can be improved by increasing the ratio of the number of target fragment files to the number of all fragment files.

为了提高检测服务器中是否存在该镜像文件的效率,可以在内容校验之前,进行重名检测。即在本步骤之前,还包括:向所述服务器发送所述系统的系统名称和所述镜像文件的文件名称,以便所述服务器确认是否存在重名文件,并生成第二确认结果返回至所述浏览器;若所述第二确认结果为不存在,则执行本步骤。在具体实施中,用户请求上传镜像文件时,浏览器首先请求服务器进行重名检测,若存在重名文件,则直接禁止本次上传请求,输出提示信息,以提示用户该镜像文件已存在。In order to improve the efficiency of detecting whether the image file exists in the server, duplicate name detection can be performed before content verification. That is, before this step, it also includes: sending the system name of the system and the file name of the image file to the server, so that the server can confirm whether there is a file with the same name, and generate a second confirmation result to return to the Browser; if the second confirmation result is that it does not exist, execute this step. In specific implementation, when a user requests to upload a mirror image file, the browser first requests the server to perform duplicate name detection. If there is a duplicate name file, the upload request is directly prohibited, and a prompt message is output to remind the user that the mirror file already exists.

S103:将所有所述校验值发送至服务器,以便所述服务器确认是否存在相同的检验值,并生成第一确认结果返回至所述浏览器;S103: Send all the check values to the server, so that the server can confirm whether the same check value exists, and generate a first confirmation result and return it to the browser;

本步骤旨在对上一步骤中的镜像文件进行内容校验,确定服务器端是否存在与该镜像文件内容相同的镜像文件,避免重复上传。具体的,浏览器将上一步骤计算得到的目标分片文件的校验值发送至服务器,以向服务器请求内容校验,服务器确认时长存储有相同的校验值,向浏览器返回确认结果。This step is to verify the content of the image file in the previous step to determine whether there is an image file with the same content as the image file on the server side, so as to avoid repeated uploads. Specifically, the browser sends the verification value of the target segment file calculated in the previous step to the server to request content verification from the server, and the server confirms that the same verification value is stored for the duration and returns the confirmation result to the browser.

S104:若所述第一确认结果为不存在,则向所述服务器上传所有所述分片文件,以便所述服务器计算并存储所有所述分片文件对应的校验值,并将所有所述分片文件合并为所述镜像文件。S104: If the first confirmation result is that it does not exist, upload all the fragment files to the server, so that the server can calculate and store the check values corresponding to all the fragment files, and upload all the fragment files The fragmented files are merged into the image file.

在具体实施中,若服务器中不存在相同的校验值,说明该镜像文件为第一次上传服务器。服务器接收到所有分片文件后,首先计算所有分片文件的校验值,以系统名称加上版本号作为唯一标识进行存储,再对所有分片文件进行合并,得到完整的镜像文件。In a specific implementation, if the same verification value does not exist in the server, it means that the image file is uploaded to the server for the first time. After the server receives all the fragmented files, it first calculates the verification value of all the fragmented files, stores them with the system name plus the version number as the unique identifier, and then merges all the fragmented files to obtain a complete image file.

S105:若所述第一确认结果为存在,则输出所述镜像文件已存在的提示信息。S105: If the first confirmation result is that the image file exists, output a prompt message that the image file already exists.

在具体实施中,若服务器中存在相同的校验值,说明该镜像文件已经上传至服务器,为避免重复上传,禁止本次上传请求,输出提示信息,以提示用户该镜像文件已存在。In specific implementation, if there is the same verification value in the server, it means that the image file has been uploaded to the server. To avoid repeated uploads, this upload request is prohibited, and a prompt message is output to remind the user that the image file already exists.

本申请实施例提供的文件上传方法,在系统的镜像文件上传之前,进行文件内容的对比,以保证相同内容的镜像文件在服务器上只保存一份,避免了相同文件多次上传造成服务器存储使用过多以及多次上传带来的服务器带宽占用过大负载过大的问题。另外,对所有分片文件进行抽样得到目标分片文件,利用目标分片文件的校验值进行文件内容的对比,避免了获取整个镜像文件的校验值过慢、效率过低问题。The file upload method provided by the embodiment of the present application compares the contents of the file before uploading the image file of the system to ensure that only one copy of the image file with the same content is saved on the server, which avoids the storage usage of the server caused by multiple uploads of the same file. Too many and multiple uploads cause the problem that the server bandwidth is too large and the load is too large. In addition, all the fragmented files are sampled to obtain the target fragmented files, and the verification value of the target fragmented files is used to compare the file content, which avoids the problem of too slow and low efficiency in obtaining the verification value of the entire image file.

本申请实施例公开了一种文件上传方法,相对于上一实施例,本实施例对技术方案作了进一步的说明和优化。具体的:The embodiment of the present application discloses a file uploading method. Compared with the previous embodiment, this embodiment further explains and optimizes the technical solution. specific:

参见图2,根据一示例性实施例示出的另一种文件上传方法的流程图,如图2所示,包括:Referring to FIG. 2 , a flow chart of another file uploading method shown according to an exemplary embodiment, as shown in FIG. 2 , includes:

S201:按照预设分片规则对系统的镜像文件进行分片操作得到多个分片文件;S201: Perform a fragmentation operation on the image file of the system according to a preset fragmentation rule to obtain multiple fragmented files;

S202:向所述服务器发送所述系统的系统名称和所述镜像文件的文件名称,以便所述服务器确认是否存在重名文件,若是,则进入S206;若否,则进入S203;S202: Send the system name of the system and the file name of the image file to the server, so that the server can confirm whether there is a file with the same name, if so, go to S206; if not, go to S203;

S203:在所有所述分片文件中抽取目标分片文件,并计算每个所述目标分片文件对应的校验值;S203: Extract target fragment files from all the fragment files, and calculate a check value corresponding to each target fragment file;

S204:将所有所述校验值发送至服务器,以便所述服务器确认是否存在相同的检验值,若是,则进入S206;若否,则进入S205;S204: Send all the check values to the server, so that the server can confirm whether there is the same check value, if yes, go to S206; if not, go to S205;

S205:向所述服务器上传所有所述分片文件,以便所述服务器计算并存储所有所述分片文件对应的校验值,并将所有所述分片文件合并为所述镜像文件。S205: Upload all the fragmented files to the server, so that the server calculates and stores check values corresponding to all the fragmented files, and merges all the fragmented files into the mirror image file.

S206:输出所述镜像文件已存在的提示信息。S206: Output prompt information that the image file already exists.

下面对本申请实施例提供的一种文件上传装置进行介绍,下文描述的一种文件上传装置与上文描述的一种文件上传方法可以相互参照。A file uploading device provided in the embodiment of the present application is introduced below, and the file uploading device described below and the file uploading method described above may refer to each other.

参见图3,根据一示例性实施例示出的一种文件上传装置的结构图,如图3所示,包括:Referring to FIG. 3 , a structural diagram of a file uploading device according to an exemplary embodiment, as shown in FIG. 3 , includes:

分片模块301,用于按照预设分片规则对系统的镜像文件进行分片操作得到多个分片文件;Fragmentation module 301, is used for carrying out fragmentation operation to the image file of system according to preset fragmentation rule and obtains a plurality of fragmentation files;

计算模块302,用于在所有所述分片文件中抽取目标分片文件,并计算每个所述目标分片文件对应的校验值;Calculation module 302, for extracting the target fragment file from all the fragment files, and calculating the verification value corresponding to each of the target fragment files;

第一发送模块303,用于将所有所述校验值发送至服务器,以便所述服务器确认是否存在相同的检验值,并生成第一确认结果返回至所述浏览器;The first sending module 303 is configured to send all the check values to the server, so that the server can confirm whether the same check value exists, and generate a first confirmation result to return to the browser;

上传模块304,用于当所述第一确认结果为不存在时,向所述服务器上传所有所述分片文件,以便所述服务器计算并存储所有所述分片文件对应的校验值,并将所有所述分片文件合并为所述镜像文件。An upload module 304, configured to upload all the fragment files to the server when the first confirmation result is non-existent, so that the server calculates and stores the check values corresponding to all the fragment files, and Merge all the fragmented files into the mirror image file.

本申请实施例提供的文件上传装置,在系统的镜像文件上传之前,进行文件内容的对比,以保证相同内容的镜像文件在服务器上只保存一份,避免了相同文件多次上传造成服务器存储使用过多以及多次上传带来的服务器带宽占用过大负载过大的问题。另外,对所有分片文件进行抽样得到目标分片文件,利用目标分片文件的校验值进行文件内容的对比,避免了获取整个镜像文件的校验值过慢、效率过低问题。The file upload device provided by the embodiment of the present application compares the contents of the file before uploading the image file of the system to ensure that only one copy of the image file with the same content is saved on the server, which avoids the storage usage of the server caused by multiple uploads of the same file. Too many and multiple uploads cause the problem that the server bandwidth is too large and the load is too large. In addition, all the fragmented files are sampled to obtain the target fragmented files, and the verification value of the target fragmented files is used to compare the file content, which avoids the problem of too slow and low efficiency in obtaining the verification value of the entire image file.

在上述实施例的基础上,作为一种优选实施方式,还包括:On the basis of the foregoing embodiments, as a preferred implementation manner, it also includes:

第二发送模块,用于向所述服务器发送所述系统的系统名称和所述镜像文件的文件名称,以便所述服务器确认是否存在重名文件,并生成第二确认结果返回至所述浏览器;若所述第二确认结果为不存在,则启动所述第一发送模块的工作流程。The second sending module is used to send the system name of the system and the file name of the image file to the server, so that the server can confirm whether there is a file with the same name, and generate a second confirmation result to return to the browser ; If the second confirmation result is that it does not exist, start the workflow of the first sending module.

在上述实施例的基础上,作为一种优选实施方式,还包括:On the basis of the foregoing embodiments, as a preferred implementation manner, it also includes:

输出模块,用于当所述第一确认结果为存在时,输出所述镜像文件已存在的提示信息。An output module, configured to output prompt information that the image file already exists when the first confirmation result is existence.

在上述实施例的基础上,作为一种优选实施方式,所述计算模块302包括:On the basis of the above embodiments, as a preferred implementation manner, the calculation module 302 includes:

第一抽样单元,用于抽取所述镜像文件的第一个分片文件和最后一个分片文件为所述目标分片文件;The first sampling unit is used to extract the first fragment file and the last fragment file of the image file as the target fragment file;

第一计算单元,用于获取精确度,并根据所述精确度计算抽取数量;其中,所述抽取数量为所述精确度与所有所述分片文件的数量的乘积;The first calculation unit is used to obtain the precision, and calculate the extraction quantity according to the precision; wherein, the extraction quantity is the product of the precision and the quantity of all the fragmented files;

第二抽样单元,用于在所有所述分片文件中抽取所述抽取数量的目标分片文件;a second sampling unit, configured to extract the extracted number of target fragment files from all the fragment files;

第二计算单元,用于计算每个所述目标分片文件对应的校验值。The second calculation unit is used to calculate the verification value corresponding to each target fragment file.

在上述实施例的基础上,作为一种优选实施方式,所述计算模块302具体为在所有所述分片文件中抽取预设数量个分片文件作为所述目标分片文件,并计算每个所述目标分片文件对应的校验值的模块。On the basis of the above embodiments, as a preferred implementation, the calculation module 302 specifically extracts a preset number of slice files from all the slice files as the target slice files, and calculates each The module of the verification value corresponding to the target fragment file.

关于上述实施例中的装置,其中各个模块执行操作的具体方式已经在有关该方法的实施例中进行了详细描述,此处将不做详细阐述说明。Regarding the apparatus in the foregoing embodiments, the specific manner in which each module executes operations has been described in detail in the embodiments related to the method, and will not be described in detail here.

本申请还提供了一种电子设备,参见图4,本申请实施例提供的一种电子设备400的结构图,如图4所示,可以包括处理器11和存储器12。该电子设备400还可以包括多媒体组件13,输入/输出(I/O)接口14,以及通信组件15中的一者或多者。The present application also provides an electronic device. Referring to FIG. 4 , a structural diagram of an electronic device 400 provided in an embodiment of the present application, as shown in FIG. 4 , may include a processor 11 and a memory 12 . The electronic device 400 may also include one or more of a multimedia component 13 , an input/output (I/O) interface 14 , and a communication component 15 .

其中,处理器11用于控制该电子设备400的整体操作,以完成上述的文件上传方法中的全部或部分步骤。存储器12用于存储各种类型的数据以支持在该电子设备400的操作,这些数据例如可以包括用于在该电子设备400上操作的任何应用程序或方法的指令,以及应用程序相关的数据,例如联系人数据、收发的消息、图片、音频、视频等等。该存储器12可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,例如静态随机存取存储器(Static Random Access Memory,简称SRAM),电可擦除可编程只读存储器(Electrically Erasable Programmable Read-Only Memory,简称EEPROM),可擦除可编程只读存储器(Erasable Programmable Read-Only Memory,简称EPROM),可编程只读存储器(Programmable Read-Only Memory,简称PROM),只读存储器(Read-Only Memory,简称ROM),磁存储器,快闪存储器,磁盘或光盘。多媒体组件13可以包括屏幕和音频组件。其中屏幕例如可以是触摸屏,音频组件用于输出和/或输入音频信号。例如,音频组件可以包括一个麦克风,麦克风用于接收外部音频信号。所接收的音频信号可以被进一步存储在存储器12或通过通信组件15发送。音频组件还包括至少一个扬声器,用于输出音频信号。I/O接口14为处理器11和其他接口模块之间提供接口,上述其他接口模块可以是键盘,鼠标,按钮等。这些按钮可以是虚拟按钮或者实体按钮。通信组件15用于该电子设备400与其他设备之间进行有线或无线通信。无线通信,例如Wi-Fi,蓝牙,近场通信(Near FieldCommunication,简称NFC),2G、3G或4G,或它们中的一种或几种的组合,因此相应的该通信组件15可以包括:Wi-Fi模块,蓝牙模块,NFC模块。Wherein, the processor 11 is used to control the overall operation of the electronic device 400, so as to complete all or part of the steps in the above-mentioned file uploading method. The memory 12 is used to store various types of data to support the operation of the electronic device 400, such data may include instructions for any application or method operating on the electronic device 400, and application-related data, Such as contact data, sent and received messages, pictures, audio, video, etc. The memory 12 can be realized by any type of volatile or non-volatile storage device or their combination, such as Static Random Access Memory (Static Random Access Memory, referred to as SRAM), Electrically Erasable Programmable Read-Only Memory (EPROM) Electrically Erasable Programmable Read-Only Memory, referred to as EEPROM), Erasable Programmable Read-Only Memory (Erasable Programmable Read-Only Memory, referred to as EPROM), Programmable Read-Only Memory (Programmable Read-Only Memory, referred to as PROM), read-only Memory (Read-Only Memory, ROM for short), magnetic memory, flash memory, magnetic disk or optical disk. Multimedia components 13 may include screen and audio components. The screen can be, for example, a touch screen, and the audio component is used for outputting and/or inputting audio signals. For example, an audio component may include a microphone for receiving external audio signals. The received audio signal may be further stored in the memory 12 or sent via the communication component 15 . The audio component also includes at least one speaker for outputting audio signals. The I/O interface 14 provides an interface between the processor 11 and other interface modules, which may be a keyboard, a mouse, buttons, and the like. These buttons can be virtual buttons or physical buttons. The communication component 15 is used for wired or wireless communication between the electronic device 400 and other devices. Wireless communication, such as Wi-Fi, Bluetooth, near field communication (Near Field Communication, NFC for short), 2G, 3G or 4G, or one or a combination of them, so the corresponding communication component 15 can include: Wi -Fi module, bluetooth module, NFC module.

在一示例性实施例中,电子设备400可以被一个或多个应用专用集成电路(Application Specific Integrated Circuit,简称ASIC)、数字信号处理器(DigitalSignal Processor,简称DSP)、数字信号处理设备(Digital Signal Processing Device,简称DSPD)、可编程逻辑器件(Programmable Logic Device,简称PLD)、现场可编程门阵列(Field Programmable Gate Array,简称FPGA)、控制器、微控制器、微处理器或其他电子元件实现,用于执行上述的文件上传方法。In an exemplary embodiment, the electronic device 400 may be implemented by one or more application-specific integrated circuits (Application Specific Integrated Circuit, ASIC for short), digital signal processors (Digital Signal Processor, DSP for short), digital signal processing equipment (Digital Signal Processing Device, referred to as DSPD), programmable logic device (Programmable Logic Device, referred to as PLD), field programmable gate array (Field Programmable Gate Array, referred to as FPGA), controller, microcontroller, microprocessor or other electronic components to achieve , which is used to execute the file upload method described above.

在另一示例性实施例中,还提供了一种包括程序指令的计算机可读存储介质,该程序指令被处理器执行时实现上述文件上传方法的步骤。例如,该计算机可读存储介质可以为上述包括程序指令的存储器12,上述程序指令可由电子设备400的处理器11执行以完成上述的文件上传方法。In another exemplary embodiment, a computer-readable storage medium including program instructions is also provided, and when the program instructions are executed by a processor, the steps of the above-mentioned file uploading method are realized. For example, the computer-readable storage medium may be the above-mentioned memory 12 including program instructions, and the above-mentioned program instructions can be executed by the processor 11 of the electronic device 400 to complete the above-mentioned file uploading method.

说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的装置而言,由于其与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。应当指出,对于本技术领域的普通技术人员来说,在不脱离本申请原理的前提下,还可以对本申请进行若干改进和修饰,这些改进和修饰也落入本申请权利要求的保护范围内。Each embodiment in the description is described in a progressive manner, each embodiment focuses on the difference from other embodiments, and the same and similar parts of each embodiment can be referred to each other. As for the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and for the related information, please refer to the description of the method part. It should be pointed out that those skilled in the art can make some improvements and modifications to the application without departing from the principles of the application, and these improvements and modifications also fall within the protection scope of the claims of the application.

还需要说明的是,在本说明书中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。It should also be noted that in this specification, relative terms such as first and second are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that these entities or operations There is no such actual relationship or order between the operations. Furthermore, the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus comprising a set of elements includes not only those elements, but also includes elements not expressly listed. other elements of or also include elements inherent in such a process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional identical elements in the process, method, article or apparatus comprising said element.

Claims (7)

1. A file uploading method is applied to a browser and comprises the following steps:
carrying out fragmentation operation on the mirror image file of the system according to a preset fragmentation rule to obtain a plurality of fragmented files;
extracting target fragmented files from all the fragmented files, and calculating a check value corresponding to each target fragmented file;
sending all the check values to a server so that the server can confirm whether the same check values exist or not, and generating a first confirmation result to return to the browser;
if the first confirmation result is that the first confirmation result does not exist, uploading all the fragmented files to the server so that the server can calculate and store check values corresponding to all the fragmented files conveniently, and combining all the fragmented files into the mirror image file;
if the first confirmation result is that the image file exists, outputting a prompt message that the image file exists;
wherein, the extracting the target fragment file from all the fragment files includes:
extracting a first fragment file and a last fragment file of the mirror image file as the target fragment files;
obtaining accuracy, and calculating the extraction quantity according to the accuracy; wherein the extraction number is the product of the accuracy and the number of all the fragmented files;
and extracting the target fragment files with the extracted number from all the fragment files.
2. The file uploading method according to claim 1, wherein before extracting the target fragmented file from all the fragmented files, the method further comprises:
sending the system name of the system and the file name of the mirror image file to the server so that the server can confirm whether the duplicate name file exists or not, generate a second confirmation result and return the second confirmation result to the browser;
and if the second confirmation result is that the target fragment file does not exist, executing the step of extracting the target fragment file from all the fragment files.
3. The file uploading method according to claim 1 or 2, wherein the extracting a target fragmented file from all the fragmented files comprises:
and extracting a preset number of fragment files from all the fragment files as the target fragment files.
4. A file uploading device is applied to a browser and comprises:
the system comprises a fragmentation module, a file management module and a file management module, wherein the fragmentation module is used for carrying out fragmentation operation on a mirror image file of the system according to a preset fragmentation rule to obtain a plurality of fragmentation files;
the computing module is used for extracting target fragmented files from all the fragmented files and computing a check value corresponding to each target fragmented file;
the first sending module is used for sending all the check values to a server so that the server can confirm whether the same check values exist or not, and a first confirmation result is generated and returned to the browser;
the uploading module is used for uploading all the fragmented files to the server when the first confirmation result is that the fragmented files do not exist, so that the server can calculate and store check values corresponding to all the fragmented files and combine all the fragmented files into the image file;
the output module is used for outputting the existing prompt information of the mirror image file when the first confirmation result is that the mirror image file exists;
wherein the calculation module comprises:
the first sampling unit is used for extracting a first fragment file and a last fragment file of the image file into the target fragment file;
the first calculation unit is used for acquiring the accuracy and calculating the extraction quantity according to the accuracy; wherein the extraction quantity is the product of the accuracy and the quantity of all the fragmented files;
the second sampling unit is used for extracting the target fragment files with the extracted number from all the fragment files;
and the second calculating unit is used for calculating the check value corresponding to each target fragment file.
5. The file uploading apparatus according to claim 4, further comprising:
the second sending module is used for sending the system name of the system and the file name of the mirror image file to the server so that the server can confirm whether a duplicate name file exists or not, generate a second confirmation result and return the second confirmation result to the browser; and if the second confirmation result is that the first confirmation result does not exist, starting the working process of the first sending module.
6. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the file uploading method according to any of claims 1 to 3 when executing the computer program.
7. A computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when executed by a processor, the computer program implements the steps of the file uploading method according to any one of claims 1 to 3.
CN201911204962.8A 2019-11-29 2019-11-29 File uploading method and device, electronic equipment and storage medium Active CN111031110B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911204962.8A CN111031110B (en) 2019-11-29 2019-11-29 File uploading method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911204962.8A CN111031110B (en) 2019-11-29 2019-11-29 File uploading method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111031110A CN111031110A (en) 2020-04-17
CN111031110B true CN111031110B (en) 2023-01-24

Family

ID=70207310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911204962.8A Active CN111031110B (en) 2019-11-29 2019-11-29 File uploading method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111031110B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111970357A (en) * 2020-08-14 2020-11-20 北京金和网络股份有限公司 Video uploading method, device and system
CN112383614A (en) * 2020-11-11 2021-02-19 常州微亿智造科技有限公司 File transmission method and device
CN112416257B (en) * 2020-12-02 2024-07-09 北京中指讯博数据信息技术有限公司 Resource storage method and device
CN112540776B (en) * 2020-12-25 2024-07-26 麒麟软件有限公司 Operating system image management method based on ISO9660 image fragmentation and deduplication technology
CN113300875B (en) * 2021-02-10 2024-09-20 阿里巴巴集团控股有限公司 Method, server, system and storage medium for checking back source data
CN115129665A (en) * 2021-03-25 2022-09-30 易保网络技术(上海)有限公司 A file processing method, system, and computer equipment and medium
CN113868059B (en) * 2021-09-27 2023-06-20 苏州浪潮智能科技有限公司 A business system startup detection method, device, electronic equipment and storage medium
CN113938269B (en) * 2021-12-15 2022-05-13 亿次网联(杭州)科技有限公司 File fragment uploading verification method and system
CN114363321A (en) * 2021-12-30 2022-04-15 支付宝(杭州)信息技术有限公司 File transmission method, equipment and system
CN115190117A (en) * 2022-07-11 2022-10-14 南京国盛华兴科技有限公司 A file upload control method, device, electronic device and storage medium
CN118214746A (en) * 2024-03-25 2024-06-18 北京百度网讯科技有限公司 Method, device, equipment, storage medium and program product for transmitting file fragments

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635324A (en) * 2016-03-17 2016-06-01 新浪网技术(中国)有限公司 Big file uploading and continuous uploading method and device for browser or server
CN107360233A (en) * 2017-07-14 2017-11-17 世纪龙信息网络有限责任公司 Method, apparatus, equipment and the readable storage medium storing program for executing that file uploads
CN109361754A (en) * 2018-11-05 2019-02-19 中国广核电力股份有限公司 A kind of document transmission method and device based on browser
CN109831487A (en) * 2019-01-08 2019-05-31 平安科技(深圳)有限公司 Fragmented file verification method and terminal equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635324A (en) * 2016-03-17 2016-06-01 新浪网技术(中国)有限公司 Big file uploading and continuous uploading method and device for browser or server
CN107360233A (en) * 2017-07-14 2017-11-17 世纪龙信息网络有限责任公司 Method, apparatus, equipment and the readable storage medium storing program for executing that file uploads
CN109361754A (en) * 2018-11-05 2019-02-19 中国广核电力股份有限公司 A kind of document transmission method and device based on browser
CN109831487A (en) * 2019-01-08 2019-05-31 平安科技(深圳)有限公司 Fragmented file verification method and terminal equipment

Also Published As

Publication number Publication date
CN111031110A (en) 2020-04-17

Similar Documents

Publication Publication Date Title
CN111031110B (en) File uploading method and device, electronic equipment and storage medium
JP6381776B2 (en) Generating unregistered user accounts for sharing content items
CN107436844B (en) Method and device for generating interface use case collection
CN111158597A (en) Metadata reading method, device, electronic device and storage medium
CN109815261A (en) Method, device and electronic device for realizing global search function and real-time data synchronization
CN110019024B (en) Directory query method, system, electronic device and storage medium
CN106339267B (en) A kind of Object Query method and server-side
CN108647317B (en) Incremental file generation method and device, storage medium and electronic equipment
US10540325B2 (en) Method and device for identifying junk picture files
CN109144998B (en) Node data presentation method, device, storage medium and electronic device
CN106534268B (en) Data sharing method and device
CN111143650B (en) Method, device, medium and electronic device for obtaining page data
CN113626512A (en) Data processing method, device, equipment and readable storage medium
CN111124308A (en) A performance analysis method, device, electronic device and storage medium
CN106202440B (en) Data processing method, device and equipment
CN111198885A (en) Data processing method and device
CN106203179A (en) A kind of completeness check system and method to file
CN112733510A (en) Financial certificate generation method, device, equipment and computer readable storage medium
WO2016000553A1 (en) Junk directory authentication method and apparatus
CN111858158A (en) Data processing method and device and electronic equipment
CN111078437A (en) Remote calling method and device of verification code, electronic equipment and readable storage medium
CN110865818A (en) Application associated domain name detection method and device and electronic equipment
CN105068709B (en) A kind of document handling method and device
CN111078155B (en) Video file reading method, device, equipment and medium
CN104407846B (en) Information processing method and device

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
GR01 Patent grant
GR01 Patent grant