CN117459542A - Internet data downloading method, device, system and medium - Google Patents

Internet data downloading method, device, system and medium Download PDF

Info

Publication number
CN117459542A
CN117459542A CN202311416228.4A CN202311416228A CN117459542A CN 117459542 A CN117459542 A CN 117459542A CN 202311416228 A CN202311416228 A CN 202311416228A CN 117459542 A CN117459542 A CN 117459542A
Authority
CN
China
Prior art keywords
data block
sub
downloading
target data
metadata information
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
CN202311416228.4A
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.)
Round Corner Technology Development Foshan Co ltd
South China University of Technology SCUT
Original Assignee
Round Corner Technology Development Foshan Co ltd
South China University of Technology SCUT
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 Round Corner Technology Development Foshan Co ltd, South China University of Technology SCUT filed Critical Round Corner Technology Development Foshan Co ltd
Priority to CN202311416228.4A priority Critical patent/CN117459542A/en
Publication of CN117459542A publication Critical patent/CN117459542A/en
Pending legal-status Critical Current

Links

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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • H04L67/1078Resource delivery mechanisms
    • H04L67/108Resource delivery mechanisms characterised by resources being split in blocks or fragments
    • 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/104Peer-to-peer [P2P] networks
    • H04L67/1074Peer-to-peer [P2P] networks for supporting data block transmission mechanisms
    • H04L67/1078Resource delivery mechanisms
    • H04L67/1085Resource delivery mechanisms involving dynamic management of active down- or uploading connections

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method, a device, a system and a medium for downloading internet data, which comprise the following steps: acquiring metadata information of a target data block; according to the metadata information, the storage addresses corresponding to N sub-data blocks into which the target data block is divided can be inquired and obtained, wherein each sub-data block corresponds to one storage address; generating N downloading threads, and distributing a storage address corresponding to one sub data block to each downloading thread; executing the N downloading threads, so that the downloading threads can download the corresponding sub-data blocks into the local equipment according to the storage address; locally integrating the downloaded N sub-data blocks to obtain a target data block; wherein N is a positive integer, and N is more than or equal to 3. The invention carries out parallel downloading on the fragmented target data blocks, and the downloading mode can be faster than the direct downloading of the target data blocks. The method and the device improve the downloading speed of the target data block and improve the user experience.

Description

Internet data downloading method, device, system and medium
Technical Field
The present invention relates to the field of data transmission technologies, and in particular, to a method, an apparatus, a system, and a medium for downloading internet data.
Background
In order to facilitate reliable information acquisition by the user, some data on the internet may be stored in a server, respectively. When a user needs to acquire data from a server, the data is generally downloaded through the corresponding server. However, for some data blocks, if the entire data block is simply downloaded, the downloading efficiency of the entire download is not high due to the large data volume of the data block. Therefore, how to improve the downloading efficiency of the data block is a subject of urgent research in the industry.
Disclosure of Invention
The invention provides a method, a device, a system and a medium for downloading internet data, which are used for solving one or more technical problems in the prior art and at least providing a beneficial selection or creation condition.
The invention provides an internet data downloading method, which comprises the following steps: acquiring metadata information of a target data block; according to the metadata information, the storage addresses corresponding to N sub-data blocks into which the target data block is divided can be inquired and obtained, wherein each sub-data block corresponds to one storage address; generating N downloading threads, and distributing a storage address corresponding to one sub data block to each downloading thread; executing the N downloading threads, so that the downloading threads can download the corresponding sub-data blocks into the local equipment according to the storage address; locally integrating the downloaded N sub-data blocks to obtain a target data block; wherein N is a positive integer, and N is more than or equal to 3.
Further, the target data block is a picture, and the sub data block is a sub picture.
Further, the obtaining metadata information of the target data block specifically includes: the method comprises the steps of obtaining an ID number of a target data block, sending the ID number to a management server, receiving feedback of the management server, inquiring and obtaining metadata information corresponding to the ID number through a preset association table by the management server, and feeding back the metadata information.
Further, the locally integrating the downloaded N sub-data blocks specifically includes: and acquiring the ID number of the target data block, analyzing the ID number to obtain an integration rule of the target data block, and integrating N sub data blocks through the integration rule.
In a second aspect, there is provided an internet data downloading apparatus, comprising: a processor and a memory; the memory is used for storing a computer readable program; the computer readable program, when executed by the processor, causes the processor to implement the internet data download method as set forth in any one of the above technical solutions.
In a third aspect, there is provided an internet data download system, comprising: the system comprises an acquisition module, a query module, a generation module, an execution module and an integration module; the acquisition module is used for acquiring metadata information of the target data block; the query module is used for querying and obtaining storage addresses corresponding to N sub-data blocks divided into by the target data block according to the metadata information, wherein each sub-data block corresponds to one storage address; the generating module is used for generating N downloading threads, and distributing a storage address corresponding to one sub data block to each downloading thread; the execution module is used for executing the N download threads, so that the download threads can download the corresponding sub-data blocks into the local equipment according to the storage address; the integration module is used for locally integrating the downloaded N sub-data blocks to obtain a target data block; wherein N is a positive integer, and N is more than or equal to 3.
Further, the target data block is a picture, and the sub data block is a sub picture.
Further, the obtaining metadata information of the target data block specifically includes: the method comprises the steps of obtaining an ID number of a target data block, sending the ID number to a management server, receiving feedback of the management server, inquiring and obtaining metadata information corresponding to the ID number through a preset association table by the management server, and feeding back the metadata information.
Further, the locally integrating the downloaded N sub-data blocks specifically includes: and acquiring the ID number of the target data block, analyzing the ID number to obtain an integration rule of the target data block, and integrating N sub data blocks through the integration rule.
In a fourth aspect, a computer readable storage medium is provided, in which a processor executable program is stored, the processor executable program being configured to implement the internet data downloading method according to any of the above technical solutions when executed by a processor.
In a fourth aspect, a computer readable storage medium is provided, in which a processor executable program is stored, the processor executable program being configured to implement the internet data downloading method according to any of the above technical solutions when executed by a processor.
The invention has at least the following beneficial effects: the invention carries out parallel downloading to the fragmented target data block, and simultaneously obtains the fragmented data of the target data block in the downloading mode, thereby obtaining the sub data block of the target data block. Since the data size of the sub-data block is much smaller than the target data block, the download speed for the sub-data block is much faster. In combination, the above-described manner is much faster than directly downloading the target data block. The method and the device improve the downloading speed of the target data block and improve the user experience.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate and do not limit the invention.
FIG. 1 is a flow chart of steps of an Internet data download method;
FIG. 2 is a schematic diagram of the device configuration of the Internet data downloading device;
fig. 3 is a schematic diagram of a system connection structure of the internet data download system.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
It should be noted that although functional block diagrams are depicted as block diagrams, and logical sequences are shown in the flowchart, in some cases, the steps shown or described may be performed in a different order than the block diagrams in the system. The terms first, second and the like in the description and in the claims and in the above-described figures, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
Referring to fig. 1, fig. 1 is a flowchart illustrating steps of an internet data downloading method.
In a first aspect, an internet data downloading method is provided, which may be performed by an intelligent device.
When the intelligent device executes the internet data downloading method, the steps which can be realized by the intelligent device include:
and step 1, acquiring metadata information of the target data block.
When the intelligent device determines that a certain data block needs to be downloaded, the data block needing to be downloaded is recorded as a target data block for convenience of description. When the intelligent device determines that the target data block needs to be downloaded, the intelligent device needs to acquire a storage address of the target data block in the server and downloads the target data block through the storage address. Of course, in order to increase the speed of downloading, the target data block will have its metadata information. The metadata information records a storage location of the target data block.
Of course, in some cases, the smart device may obtain the metadata information from the local device. In order to reduce the hardware requirements for the smart device, in some further embodiments, the smart device may obtain metadata information for the target data block through feedback from the management server. The smart device obtains an ID number (Identity document) of the target data block, the ID number being a unique tag representing the identity of the target data block. After obtaining the ID number, the intelligent device sends the ID number to a management server. An association table is preset in the management server, and the association table is an association relation between the ID number and the metadata information. Metadata information corresponding to the ID number can be found out through the association table. And the management server obtains the metadata information in a table look-up mode and feeds the metadata information back to the intelligent equipment.
The target data block is stored in a plurality of servers in advance in a multi-copy storage mode, namely the target data block is copied into a plurality of copies and is respectively stored in different servers. In order to improve the download data of the target data block, a server with proper transmission performance is selected from a plurality of servers as a target server. And downloading the target data block through the target server.
The method for selecting the target server comprises the following steps: and requesting to acquire transmission performance data of each server, and determining the transmission performance level of each server relative to the local equipment through calculation.
Wherein, the performance data of the server comprises: current throughput, current number of concurrency, and current response time. The calculation mode of the performance level of the server is as follows:where q is denoted as the performance level of the server, M is denoted as the current throughput, N is denoted as the current number of concurrency, and H is denoted as the current response time. Q is denoted as the reference performance level of the server. a is expressed as a weighted value of the current throughput, b is expressed as a weighted value of the current concurrency number, and c is expressed as a weighted value of the current response time.
When q is greater than or equal to 1, the server is considered to be a server with proper transmission performance, and the server can be used as a target server.
And 2, according to the metadata information, inquiring to obtain storage addresses corresponding to N sub-data blocks into which the target data block is divided, wherein each sub-data block corresponds to one storage address.
After the intelligent device obtains the metadata information, the storage addresses corresponding to the N sub-data blocks can be obtained by analyzing the metadata information. In order to facilitate the downloading of the target data block, the target data block is therefore divided into N sub-data blocks by the set rules when stored. Moreover, these sub-data blocks are stored in different memory addresses, respectively. These storage addresses are described in metadata information. Thus, the smart device can obtain the storage addresses of the N sub data blocks through the metadata information. Wherein N is a positive integer, and N is more than or equal to 3.
There are many forms of data types for the target data block, and a more common form is a picture form. Therefore, the sub-data block corresponding to the target data block is the sub-picture. The target data in the form of pictures can be mainly applied to the downloading of map data.
And step 3, generating N downloading threads, and distributing the storage address corresponding to one sub data block to each downloading thread.
After the intelligent device determines the storage addresses of the sub-data blocks, a corresponding downloading thread can be generated according to the number of the storage addresses. So that the intelligent device can download the sub data blocks simultaneously in a parallel manner. After generating N download threads, the intelligent device allocates the download threads so that a sub-data block is allocated to one download thread. And downloading the corresponding sub data block through the downloading thread of the storage address of the allocated sub data block.
And 4, executing the N downloading threads, so that the downloading threads can download the corresponding sub-data blocks into the local equipment according to the storage address.
After determining that the downloading of each sub-data block is distributed to the corresponding downloading thread, the intelligent device can execute the downloading threads, so that the downloading threads can download the corresponding sub-data blocks from the corresponding storage addresses in a parallel mode.
And 5, locally integrating the downloaded N sub-data blocks to obtain a target data block.
After obtaining the N sub data blocks, the intelligent device integrates all the sub data blocks to obtain the target data block. And downloading the target data block is realized. Of course, the integration mode of the N sub-data blocks may be integrated by a preset integration rule stored in the local device. Of course, to facilitate rapid integration, in some further embodiments, the smart device may obtain the ID number of the target data block and parse the ID number of the target data block. And editing the integration rule of the target data block in the ID number in a pre-editing mode. Thus, the smart device can get the integration rule through the ID number. And integrating the N sub data blocks through the integration rule to obtain a target data block.
The invention carries out parallel downloading to the fragmented target data block, and simultaneously obtains the fragmented data of the target data block in the downloading mode, thereby obtaining the sub data block of the target data block. Since the data size of the sub-data block is much smaller than the target data block, the download speed for the sub-data block is much faster. By this, the download data is improved. After all the sub-data blocks are obtained, all the sub-data blocks can be integrated, and the integration speed is high because the integration is performed locally by the intelligent device. In combination, the above-described manner is much faster than directly downloading the target data block. The method and the device improve the downloading speed of the target data block and improve the user experience.
Referring to fig. 2, fig. 2 is a schematic diagram of a device structure of an internet data downloading device.
In a second aspect, this specific embodiment further provides an internet data downloading device, including: a processor and a memory. Wherein the memory is for storing a computer readable program. The computer readable program, when executed by the processor, causes the processor to implement an internet data download method as described in any of the above detailed embodiments.
Those of ordinary skill in the art will appreciate that all or some of the steps, systems, and methods disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. Some or all of the physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as known to those skilled in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media as is known to one of ordinary skill in the art.
Referring to fig. 3, fig. 3 is a schematic diagram of a system connection structure of the internet data download system.
There is provided an internet data download system comprising: the system comprises an acquisition module, a query module, a generation module, an execution module and an integration module.
The acquisition module is used for acquiring metadata information of the target data block.
When the acquisition module determines that a certain data block needs to be downloaded, the data block needing to be downloaded is recorded as a target data block for convenience of description. When the acquisition module determines that the target data block needs to be downloaded, the acquisition module needs to acquire a storage address of the target data block in the server, and downloads the target data block through the storage address. Of course, in order to increase the speed of downloading, the target data block will have its metadata information. The metadata information records a storage location of the target data block. Of course, in some cases, the acquisition module may obtain the metadata information from the local device. In order to reduce the hardware requirements for the acquisition module, in some further embodiments, the acquisition module obtains metadata information of the target data block through feedback of a management server. The acquisition module obtains an ID number (Identity document) of the target data block, the ID number being a unique tag representing the identity of the target data block. And after the acquisition module obtains the ID number, the ID number is sent to a management server. An association table is preset in the management server, and the association table is an association relation between the ID number and the metadata information. Metadata information corresponding to the ID number can be found out through the association table. The management server obtains the metadata information in a table look-up mode and feeds the metadata information back to the acquisition module.
The query module is used for querying and obtaining storage addresses corresponding to N sub-data blocks into which the target data block is divided according to the metadata information, wherein each sub-data block corresponds to one storage address.
After the query module obtains the metadata information, the storage addresses corresponding to the N sub-data blocks can be obtained by analyzing the metadata information. In order to facilitate the downloading of the target data block, the target data block is therefore divided into N sub-data blocks by the set rules when stored. Moreover, these sub-data blocks are stored in different memory addresses, respectively. These storage addresses are described in metadata information. Thus, the query module may obtain the storage addresses of the N sub-data blocks from the metadata information. Wherein N is a positive integer, and N is more than or equal to 3.
There are many forms of data types for the target data block, and a more common form is a picture form. Therefore, the sub-data block corresponding to the target data block is the sub-picture. The target data in the form of pictures can be mainly applied to the downloading of map data.
The generating module is used for generating N downloading threads, and distributing the storage address corresponding to one sub data block to each downloading thread.
After the generation module determines that the storage addresses of the sub data blocks are obtained, a corresponding downloading thread can be generated according to the number of the storage addresses. So that the generation module can download the sub-data blocks simultaneously in a parallel manner. After generating N download threads, the generating module allocates the download threads so that a sub data block is allocated to one download thread. And downloading the corresponding sub data block through the downloading thread of the storage address of the allocated sub data block.
The execution module is used for executing the N download threads, so that the download threads can download the corresponding sub-data blocks into the local equipment according to the storage address.
After determining that the downloading of each sub-data block is allocated to the corresponding downloading thread, the executing module may execute the downloading threads, so that the downloading threads may download the corresponding sub-data block from the corresponding storage address in a parallel manner.
The integration module is used for locally integrating the downloaded N sub-data blocks to obtain a target data block.
After the integration module obtains the N sub-data blocks, the integration module integrates all the sub-data blocks to obtain the target data block. And downloading the target data block is realized. Of course, the integration mode of the N sub-data blocks may be integrated by a preset integration rule stored in the local device. Of course, to facilitate rapid integration, in some further embodiments, the integration module may obtain the ID number of the target data block and parse the ID number of the target data block. And editing the integration rule of the target data block in the ID number in a pre-editing mode. Thus, the integration module can obtain the integration rule through the ID number. And integrating the N sub data blocks through the integration rule to obtain a target data block.
In a fourth aspect, a computer readable storage medium is provided, in which a processor executable program is stored, the processor executable program being for implementing the internet data downloading method according to any of the above specific embodiments when executed by a processor.
The embodiments also disclose a computer program product comprising a computer program or computer instructions stored in a computer readable storage medium, the computer program or computer instructions being read from the computer readable storage medium by a processor of a computer device, the computer program or computer instructions being executed by the processor to cause the computer device to perform the internet data downloading method as described in any of the previous embodiments.
The terms "first," "second," "third," "fourth," and the like in the description of the present application and in the above-described figures, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the present application described herein may be capable of operation in sequences other than those illustrated or described herein, for example. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed or inherent to such process, method, article, or apparatus.
It should be understood that in this application, "at least one" means one or more, and "a plurality" means two or more. "and/or" for describing the association relationship of the association object, the representation may have three relationships, for example, "a and/or B" may represent: only a, only B and both a and B are present, wherein a, B may be singular or plural. The character "/" generally indicates that the context-dependent object is an "or" relationship. "at least one of" or the like means any combination of these items, including any combination of single item(s) or plural items(s). For example, at least one (one) of a, b or c may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b, c may be single or plural.
In the several embodiments provided in the present application, it should be understood that the disclosed systems, apparatuses, and methods may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or units, which may be in electrical, mechanical, or other forms.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may 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 application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or all or part of the technical solution in the form of a software product stored in a storage medium, including several instructions to cause a computer device (which may be a personal computer, a server, a network device, or the like) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Although the description of the present application has been described in considerable detail and with particularity with respect to several illustrated embodiments, it is not intended to be limited to any such detail or embodiments or any particular embodiment, but is to be construed as providing broad interpretation of such claims by reference to the appended claims, taking into account the prior art to which such claims are entitled to effectively encompass the intended scope of this application. Furthermore, the foregoing description of the embodiments contemplated by the inventors has been presented for the purpose of providing a useful description, and yet insubstantial changes to the invention that are not presently contemplated may represent equivalents of the invention.

Claims (10)

1. An internet data downloading method, comprising: acquiring metadata information of a target data block; according to the metadata information, the storage addresses corresponding to N sub-data blocks into which the target data block is divided can be inquired and obtained, wherein each sub-data block corresponds to one storage address; generating N downloading threads, and distributing a storage address corresponding to one sub data block to each downloading thread; executing the N downloading threads, so that the downloading threads can download the corresponding sub-data blocks into the local equipment according to the storage address; locally integrating the downloaded N sub-data blocks to obtain a target data block; wherein N is a positive integer, and N is more than or equal to 3.
2. The method according to claim 1, wherein the target data block is a picture and the sub data block is a sub picture.
3. The method for downloading internet data according to claim 1, wherein the obtaining metadata information of the target data block specifically includes: the method comprises the steps of obtaining an ID number of a target data block, sending the ID number to a management server, receiving feedback of the management server, inquiring and obtaining metadata information corresponding to the ID number through a preset association table by the management server, and feeding back the metadata information.
4. The method for downloading internet data according to claim 1, wherein the locally integrating the downloaded N sub-data blocks specifically includes: and acquiring the ID number of the target data block, analyzing the ID number to obtain an integration rule of the target data block, and integrating N sub data blocks through the integration rule.
5. An internet data downloading apparatus, comprising:
a processor;
a memory for storing a computer readable program;
the computer readable program, when executed by the processor, causes the processor to implement the internet data download method as claimed in any one of claims 1-4.
6. An internet data download system, comprising: the system comprises an acquisition module, a query module, a generation module, an execution module and an integration module;
the acquisition module is used for acquiring metadata information of the target data block;
the query module is used for querying and obtaining storage addresses corresponding to N sub-data blocks divided into by the target data block according to the metadata information, wherein each sub-data block corresponds to one storage address;
the generating module is used for generating N downloading threads, and distributing a storage address corresponding to one sub data block to each downloading thread;
the execution module is used for executing the N download threads, so that the download threads can download the corresponding sub-data blocks into the local equipment according to the storage address;
the integration module is used for locally integrating the downloaded N sub-data blocks to obtain a target data block;
wherein N is a positive integer, and N is more than or equal to 3.
7. The internet data download system according to claim 6, wherein the target data block is a picture and the sub-data block is a sub-picture.
8. The internet data downloading system as claimed in claim 6, wherein the obtaining metadata information of the target data block specifically includes: the method comprises the steps of obtaining an ID number of a target data block, sending the ID number to a management server, receiving feedback of the management server, inquiring and obtaining metadata information corresponding to the ID number through a preset association table by the management server, and feeding back the metadata information.
9. The internet data downloading system according to claim 6, wherein the locally integrating the downloaded N sub-data blocks specifically includes: and acquiring the ID number of the target data block, analyzing the ID number to obtain an integration rule of the target data block, and integrating N sub data blocks through the integration rule.
10. A computer-readable storage medium, in which a processor-executable program is stored, which when executed by a processor is adapted to carry out the internet data download method according to any one of claims 1 to 4.
CN202311416228.4A 2023-10-30 2023-10-30 Internet data downloading method, device, system and medium Pending CN117459542A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311416228.4A CN117459542A (en) 2023-10-30 2023-10-30 Internet data downloading method, device, system and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311416228.4A CN117459542A (en) 2023-10-30 2023-10-30 Internet data downloading method, device, system and medium

Publications (1)

Publication Number Publication Date
CN117459542A true CN117459542A (en) 2024-01-26

Family

ID=89579440

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311416228.4A Pending CN117459542A (en) 2023-10-30 2023-10-30 Internet data downloading method, device, system and medium

Country Status (1)

Country Link
CN (1) CN117459542A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170142186A1 (en) * 2015-11-17 2017-05-18 Le Holdings (Beijing) Co., Ltd. Method, apparatus, and electronic device for downloading files
CN112199340A (en) * 2020-10-23 2021-01-08 深圳市欢太科技有限公司 Multithreading file downloading method and device, electronic equipment and storage medium
CN113419824A (en) * 2021-01-25 2021-09-21 阿里巴巴集团控股有限公司 Data processing method, device, system and computer storage medium
CN114448999A (en) * 2021-12-21 2022-05-06 杭州华橙软件技术有限公司 Data storage method, device, system, electronic device and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170142186A1 (en) * 2015-11-17 2017-05-18 Le Holdings (Beijing) Co., Ltd. Method, apparatus, and electronic device for downloading files
CN112199340A (en) * 2020-10-23 2021-01-08 深圳市欢太科技有限公司 Multithreading file downloading method and device, electronic equipment and storage medium
CN113419824A (en) * 2021-01-25 2021-09-21 阿里巴巴集团控股有限公司 Data processing method, device, system and computer storage medium
CN114448999A (en) * 2021-12-21 2022-05-06 杭州华橙软件技术有限公司 Data storage method, device, system, electronic device and storage medium

Similar Documents

Publication Publication Date Title
US8069224B2 (en) Method, equipment and system for resource acquisition
CN108184170B (en) Data processing method and device
CN107959695B (en) Data transmission method and device
CN105141672A (en) Method, device and system for data storage
CN109977135A (en) A kind of data query method, apparatus and server
CN111538875A (en) Service index acquisition method and device and wind control equipment
CN110764688B (en) Method and device for processing data
CN106570060B (en) Random extraction method and device for data in information flow
CN111190625A (en) APP version upgrading method, server, client and computer readable storage medium
CN108874856B (en) Page generation system, method and server
CN112395337B (en) Data export method and device
CN117459542A (en) Internet data downloading method, device, system and medium
CN111182053A (en) Method and device for downloading file, computer storage medium and terminal
CN112579877A (en) Information source system control method, device, storage medium and equipment
CN110555020B (en) Mapping relation establishing and data querying methods, devices and equipment
CN108228613B (en) Data reading method and device
CN104822076A (en) Data distribution method and device thereof
CN112910988A (en) Resource acquisition method and resource scheduling device
CN113238836A (en) Distributed content scheduling method, scheduling system and central server
CN111241312A (en) Efficient picture storage and reading system and method
CN107547601B (en) Method for sending message, routing equipment, server and system
EP4050862A1 (en) Batch deletion method and apparatus for cache contents, device and readable storage medium
CN106257538B (en) Thumbnail downloading method and device
CN110990466B (en) Data synchronization method and device
CN111104528A (en) Picture obtaining method and device and client

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