CN108600312A - A kind of multi-threaded parallel method for down loading based on file block - Google Patents

A kind of multi-threaded parallel method for down loading based on file block Download PDF

Info

Publication number
CN108600312A
CN108600312A CN201810236464.0A CN201810236464A CN108600312A CN 108600312 A CN108600312 A CN 108600312A CN 201810236464 A CN201810236464 A CN 201810236464A CN 108600312 A CN108600312 A CN 108600312A
Authority
CN
China
Prior art keywords
file
download
block
thread
blocked
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
CN201810236464.0A
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.)
SHENZHEN AORA NETWORK TECHNOLOGY Co Ltd
Original Assignee
SHENZHEN AORA NETWORK 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 SHENZHEN AORA NETWORK TECHNOLOGY Co Ltd filed Critical SHENZHEN AORA NETWORK TECHNOLOGY Co Ltd
Priority to CN201810236464.0A priority Critical patent/CN108600312A/en
Publication of CN108600312A publication Critical patent/CN108600312A/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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/123Applying verification of the received information received data contents, e.g. message integrity

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention discloses a kind of multi-threaded parallel method for down loading based on file block, including starting to download, check APK integralities, according to the inspection result of the APK integralities, when checking that the APK is complete, then download completion, download progress can be automatically recorded to reach realization, the existing size of each blocked file, the as download progress of this thread, additional records are not needed, both it can guarantee whenever application process is killed, restore next time to continue to download from newest progress, it is more applicable for mobile device, the limited flash reading and writing bandwidth of mobile device and cpu memory overheads can be saved, for individually recording download progress.

Description

A kind of multi-threaded parallel method for down loading based on file block
Technical field
The present invention relates to file multithreading download technology field more particularly to a kind of multi-threaded parallels based on file block Method for down loading.
Background technology
Existing multi-threaded parallel download scenarios, which mainly use, uses monofile not piecemeal, the technical side that multithreading is downloaded Case, the defect of existing multi-threaded parallel download scenarios, including:
One, speed of download is slower, and current mobile Internet application is downloaded, and mostly uses the download of single thread single task greatly, cannot Network bandwidth is made full use of to be downloaded, there are bottlenecks for speed of download;
Two, file repeated downloads after interrupting, because of the particularity of mobile device, application process at any time may by system or User is turned off manually, and causes to download and may be interrupted in addition at any time, the program downloaded using monofile multithreading possibly can not and The newest download progresses of Shi Jilu when causing restore to download next time, need to have downloaded before a repeated downloads part Data;
Three, security risk is larger, and the file that user downloads has certain probability that can be held as a hostage, and it is soft to be linked to other rogues In part download link, very big hidden danger is caused to user mobile phone message safety.
Invention content
The present invention provides a kind of multi-threaded parallel method for down loading based on file block, and speed is downloaded to solve the prior art Spend the technical problem that file repeated downloads, security risk are larger after being interrupted compared with slow, download.
In order to solve the above technical problems, the present invention provides a kind of multi-threaded parallel method for down loading based on file block, packet It includes:
Step S1, download start;
Step S2 checks APK integralities;
Step S3, whether APK file complete, by previous step comparison obtain local file whether complete result, if 1. not Completely enter step S4;If 2. completely entering step S12;
Step S4, whether multifile block is complete, needs whether compare local multifile block since APK file is sufficiently complete Completely, if 1. block file completely enters step S5;2. if block file is imperfect to enter step S6;
Step S5 merges multiple blocked files, carries out file integrity detection after the completion of merging again and enters step S3;
Step S6 distributes each blocked file to a thread;
Step S7 calculates blocked file position, calculates locally-stored blocked file position;
Step S8 if occurring preferentially ensureing first one blocked file of completion when dividing some thread failure, then removes piecemeal one by one File executes download;
Step S9, every piece of download file are shown in after thread and file point are good and execute download to every block file;
Step S10, block file are downloaded;
Step S11, if download successfully, check whether file downloads success after the completion of file download, if 1. file download It is unsuccessful to enter step S2;2. if file download is successfully entered step S4;
Step S12 is downloaded and is completed.
Wherein, the inspection APK integralities, including:
The data such as file MD5, size are downloaded by acquisition to be compared with local existing file, check APK integralities.
Wherein, described to merge multiple blocked files, merge the step of carrying out file integrity detection again after the completion, packet It includes:
If multifile block is complete, merge multiple blocked files, file integrity detection is carried out again after the completion of merging The step of.
Wherein, described to distribute each blocked file to a thread, including:
Start thread scheduling module, distributes each blocked file to a thread.
Wherein, it if described occur preferentially ensureing first one blocked file of completion when dividing some thread failure, then goes to divide one by one Block file executes download, including:
Thread scheduling, multithreading download different blocked files simultaneously, if occurring preferentially ensureing when dividing some thread failure First complete a blocked file, then go one by one blocked file execute download.
Wherein, the method that the block file is downloaded, including:
Step S1, block file are downloaded;
Step S2 obtains APK file download address;
Step S3 carries out thread scheduling distribution as needed;
Step S4 preferentially takes 1024 byte files to carry out MD5 value verifications.
Whether step S5, MD5 verification passes through, if 1. the verification of MD5 values is by respectively enteing step S6 and step S9;If 2. MD5 is verified not by then needing to enter step S2;
Step S6 carries out next thread allocation schedule;
Step S7 will stop this thread scheduling cycle until reaching required number of threads;
Step S8, judges whether local file has existed, 1. existing, enters step S10, is 2. not present, into step Rapid S9;
Step S9, establishment file;
Step S10 reads current download file data;
Step S11, whether data malfunction, in file download process, if meet file download error, 1. malfunction, enter Step S2, does not 2. malfunction, and enters step the verification of S12 file sizes;
Step S12, file size verification, 1. verifies by entering step S13,2. verifies not by entering step S2;
Step S13, blocks of files, which is downloaded, to be completed.
Wherein, described that 1024 byte files is preferentially taken to carry out MD5 value verifications, including:
1024 bytes are taken, starts thread and carries out file download, 1024 byte files is preferentially taken to carry out MD5 value verifications.
Wherein, the next thread allocation schedule of progress, including:
Check results are returned to thread scheduling module, carry out next thread allocation schedule.
Wherein, described to stop this thread scheduling cycle until reaching required number of threads, including:
It is needed to open another new thread according to current thread, will stopped until reaching required number of threads This thread scheduling recycles.
Wherein, the current download file data of the reading, including:
Data are read, start to execute download, read current download file data.
Multi-threaded parallel method for down loading provided by the invention based on file block, including start to download, check that APK is complete Property, according to the inspection result of the APK integralities, when checking that the APK is complete, then completion is downloaded, realizes energy certainly to reach Dynamic record download progress, the existing size of each blocked file, the as download progress of this thread do not need additional records, Both it can guarantee whenever application process is killed, and restored next time to continue to download from newest progress, be more applicable for movement and set It is standby, the limited flash reading and writing bandwidth of mobile device and cpu memory overheads can be saved, individually record download progress is used for.
Description of the drawings
Fig. 1 is that the present invention is based on the flow diagrams of the multi-threaded parallel method for down loading of file block.
Fig. 2 is that the blocked file of tape verifying mechanism of the present invention downloads flow chart.
Specific implementation mode
With reference to the accompanying drawings and examples, the present invention is described in further detail.It is emphasized that following implement Example is merely to illustrate the present invention, but is not defined to the scope of the present invention.Likewise, following embodiment is only the portion of the present invention Point embodiment and not all embodiments, the institute that those of ordinary skill in the art are obtained without creative efforts There are other embodiments, shall fall within the protection scope of the present invention.
The present invention provides a kind of multi-threaded parallel method for down loading based on file block.
Fig. 1 is referred to, Fig. 1 is that the present invention is based on the flow diagrams of the multi-threaded parallel method for down loading of file block, originally Multi-threaded parallel method for down loading of the invention based on file block, including:
Step S1, download start.
Step S2 checks APK integralities.
Wherein, APK integralities are checked, including:
The data such as file MD5, size are downloaded by acquisition to be compared with local existing file, check APK integralities.
Step S3, whether APK file complete, by previous step comparison obtain local file whether complete result, if 1. not Completely enter step S4;If 2. completely entering step S12.
Step S4, whether multifile block is complete, needs whether compare local multifile block since APK file is sufficiently complete Completely, if 1. block file completely enters step S5;2. if block file is imperfect to enter step S6.
Step S5 merges multiple blocked files, carries out file integrity detection after the completion of merging again and enters step S3.
Wherein, the step of merging multiple blocked files, carrying out file integrity detection after the completion of merging again, including:
If multifile block is complete, merge multiple blocked files, file integrity detection is carried out again after the completion of merging The step of.
Step S6 distributes each blocked file to a thread.
Wherein, each blocked file is distributed to a thread, including:
Start thread scheduling module, distributes each blocked file to a thread.
Step S7 calculates blocked file position, calculates locally-stored blocked file position.
Step S8 if occurring preferentially ensureing first one blocked file of completion when dividing some thread failure, then removes piecemeal one by one File executes download.
Wherein, if occurring preferentially ensureing first one blocked file of completion when dividing some thread failure, then piecemeal text one by one is removed Part executes download, including:
Thread scheduling, multithreading download different blocked files simultaneously, if occurring preferentially ensureing when dividing some thread failure First complete a blocked file, then go one by one blocked file execute download.
Step S9, every piece of download file are shown in after thread and file point are good and execute download to every block file.
Step S10, block file are downloaded.
Wherein, block file is downloaded, including:
Block file is downloaded, and is started execution download and is needed to carry out according to set block file download flow.
Step S11, if download successfully, check whether file downloads success after the completion of file download, if 1. file download It is unsuccessful to enter step S2;2. if file download is successfully entered step S4.
Step S12 is downloaded and is completed.
As shown in Fig. 2, the blocked file that Fig. 2 is tape verifying mechanism of the present invention downloads flow chart.Wherein tape verifying mechanism The method that blocked file is downloaded, including:
Step S1, block file are downloaded.
Step S2 obtains APK file download address.
Step S3 carries out thread scheduling distribution as needed.
Step S4 preferentially takes 1024 byte files to carry out MD5 value verifications.
Wherein, 1024 byte files is preferentially taken to carry out MD5 value verifications, including:
1024 bytes are taken, starts thread and carries out file download, 1024 byte files is preferentially taken to carry out MD5 value verifications.
Whether step S5, MD5 verification passes through, if 1. the verification of MD5 values is by respectively enteing step S6 and step S9;If 2. MD5 is verified not by then needing to enter step S2.
Step S6 carries out next thread allocation schedule.
Wherein, next thread allocation schedule is carried out, including:
Check results are returned to thread scheduling module, carry out next thread allocation schedule.
Step S7 will stop this thread scheduling cycle until reaching required number of threads.
Wherein, this thread scheduling cycle will be stopped until reaching required number of threads, including:
It is needed to open another new thread according to current thread, will stopped until reaching required number of threads This thread scheduling recycles.
Step S8, judges whether local file has existed, 1. existing, enters step S10, is 2. not present, into step Rapid S9.
Wherein, judge whether local file has existed, it is 1. existing, S10 is entered step, is 2. not present, is entered step S9, including:
It is compared according to MD5, judges whether local file has existed, it is 1. existing, S10 is entered step, is 2. not present, into Enter step S9.
Step S9, establishment file.
Step S10 reads current download file data.
Wherein, current download file data is read, including:
Data are read, start to execute download, read current download file data.
Step S11, whether data malfunction, in file download process, if meet file download error, 1. malfunction, enter Step S2, does not 2. malfunction, and enters step the verification of S12 file sizes.
Step S12, file size verification, 1. verifies by entering step S13,2. verifies not by entering step S2.
Step S13, blocks of files, which is downloaded, to be completed.
Multi-threaded parallel method for down loading provided by the invention based on file block, including start to download, check that APK is complete Property, according to the inspection result of the APK integralities, when checking that the APK is complete, then completion is downloaded, realizes energy certainly to reach Dynamic record download progress, the existing size of each blocked file, the as download progress of this thread do not need additional records, Both it can guarantee whenever application process is killed, and restored next time to continue to download from newest progress, be more applicable for movement and set It is standby, the limited flash reading and writing bandwidth of mobile device and cpu memory overheads can be saved, individually record download progress is used for.
Multi-threaded parallel method for down loading provided by the invention based on file block, can solve TCP bandwidth wastage problems, Speed of download is promoted using multithreading, actual measurement averagely improves about 2-4 times of speed of download.
Multi-threaded parallel method for down loading provided by the invention based on file block, the breakpoint that can be solved under multithreading are continuous Arraign is inscribed, and using file block download algorithm, can record the download progress of piecemeal, all threads can stop at any time, at any time It can restore to continue to download once again.
Multi-threaded parallel method for down loading provided by the invention based on file block can solve the problems, such as that network is kidnapped, use There are the abduction of a large amount of networks, about 5% user to download request in the real network environment of family, can be held as a hostage and be linked to other mistakes File accidentally or even rogue's application in malicious application, had not only wasted the flow of user, but to user information security bring it is hidden Suffer from, the multi-threaded parallel method for down loading provided by the invention based on file block can use the machine that file header 1KB bytes verify System, user data traffic is saved when encountering abduction, can find to kidnap in the most incipient stage of download, and stop to greatest extent Wrong file is downloaded, customer flow is saved.
In several embodiments provided by the present invention, it should be understood that disclosed system, device and method can To realize by another way.For example, device embodiments described above are only schematical, for example, module or The division of unit, only a kind of division of logic function, formula that in actual implementation, there may be another division manner, such as multiple units Or component can be combined or can be integrated into another system, or some features can be ignored or not executed.Another point, institute Display or the mutual coupling, direct-coupling or communication connection discussed can be by some interfaces, device or unit INDIRECT COUPLING or communication connection can be electrical, machinery or other forms.
The unit illustrated as separating component may or may not be physically separated, and be shown as unit Component may or may not be physical unit, you can be located at a place, or may be distributed over multiple networks On unit.Some or all of unit therein can be selected according to the actual needs to realize the mesh of present embodiment scheme 's.
In addition, each functional unit in each embodiment of the present invention can be integrated in a processing unit, also may be used It, can also be during two or more units be integrated in one unit to be that each unit physically exists alone.It is above-mentioned integrated The form that hardware had both may be used in unit is realized, can also be realized in the form of SFU software functional unit.
It, can if integrated unit is realized in the form of SFU software functional unit and when sold or used as an independent product To be stored in a computer read/write memory medium.Based on this understanding, technical scheme of the present invention substantially or Say that all or part of the part that contributes to existing technology or the technical solution can embody in the form of software products Out, which is stored in a storage medium, including some instructions are used so that a computer equipment (can be personal computer, server or the network equipment etc.) or processor (processor) execute each implementation of the present invention The all or part of step of methods.And storage medium above-mentioned includes:USB flash disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disc or CD etc. it is various The medium of program code can be stored.
The foregoing is merely the section Examples of the present invention, are not intended to limit protection scope of the present invention, every utilization Equivalent device or equivalent process transformation made by description of the invention and accompanying drawing content are applied directly or indirectly in other correlations Technical field, be included within the scope of the present invention.

Claims (10)

1. a kind of multi-threaded parallel method for down loading based on file block, which is characterized in that including:
Step S1, download start;
Step S2 checks APK integralities;
Step S3, whether APK file complete, by previous step comparison obtain local file whether complete result, if 1. imperfect Enter step S4;If 2. completely entering step S12;
Whether step S4, whether multifile block is complete, need the multifile block for comparing local complete since APK file is sufficiently complete It is whole, if 1. block file completely enters step S5;2. if block file is imperfect to enter step S6;
Step S5 merges multiple blocked files, carries out file integrity detection after the completion of merging again and enters step S3;
Step S6 distributes each blocked file to a thread;
Step S7 calculates blocked file position, calculates locally-stored blocked file position;
Step S8 if occurring preferentially ensureing first one blocked file of completion when dividing some thread failure, then removes blocked file one by one Execute download;
Step S9, every piece of download file are shown in after thread and file point are good and execute download to every block file;
Step S10, block file are downloaded;
Step S11, if download successfully, check whether file downloads success after the completion of file download, if 1. file download not at Work(enters step S2;2. if file download is successfully entered step S4;
Step S12 is downloaded and is completed.
2. the multi-threaded parallel method for down loading based on file block as described in claim 1, which is characterized in that the inspection APK integralities, including:
The data such as file MD5, size are downloaded by acquisition to be compared with local existing file, check APK integralities.
3. the multi-threaded parallel method for down loading based on file block as described in claim 1, which is characterized in that the merging is more A blocked file merges the step of carrying out file integrity detection again after the completion, including:
If multifile block is complete, merge multiple blocked files, carries out the step of file integrity detection after the completion of merging again Suddenly.
4. the multi-threaded parallel method for down loading based on file block as described in claim 1, which is characterized in that it is described will be each Blocked file distributes a thread, including:
Start thread scheduling module, distributes each blocked file to a thread.
5. the multi-threaded parallel method for down loading based on file block as described in claim 1, which is characterized in that if described occur First one blocked file of completion is preferentially ensured when point some thread failure, then go one by one blocked file execute download, including:
Thread scheduling, multithreading download different blocked files simultaneously, if preferentially being ensured when there is dividing some thread failure first complete At a blocked file, then go one by one blocked file execute download.
6. the multi-threaded parallel method for down loading based on file block as described in claim 1, which is characterized in that the block file The method of download, including:
Step S1, block file are downloaded;
Step S2 obtains APK file download address;
Step S3 carries out thread scheduling distribution as needed;
Step S4 preferentially takes 1024 byte files to carry out MD5 value verifications.
Whether step S5, MD5 verification passes through, if 1. the verification of MD5 values is by respectively enteing step S6 and step S9;If 2. the schools MD5 It tests not by then needing to enter step S2;
Step S6 carries out next thread allocation schedule;
Step S7 will stop this thread scheduling cycle until reaching required number of threads;
Step S8, judges whether local file has existed, 1. existing, enters step S10, is 2. not present, enters step S9;
Step S9, establishment file;
Step S10 reads current download file data;
Step S11, whether data malfunction, in file download process, if meet file download error, 1. malfunction, enter step 2. S2 does not malfunction, enter step the verification of S12 file sizes;
Step S12, file size verification, 1. verifies by entering step S13,2. verifies not by entering step S2;
Step S13, blocks of files, which is downloaded, to be completed.
7. the multi-threaded parallel method for down loading based on file block as claimed in claim 6, which is characterized in that described preferentially to take 1024 byte files carry out MD5 value verifications, including:
1024 bytes are taken, starts thread and carries out file download, 1024 byte files is preferentially taken to carry out MD5 value verifications.
8. the multi-threaded parallel method for down loading based on file block as claimed in claim 6, which is characterized in that described to carry out down One thread allocation schedule, including:
Check results are returned to thread scheduling module, carry out next thread allocation schedule.
9. the multi-threaded parallel method for down loading based on file block as claimed in claim 6, which is characterized in that described until reaching It will stop this thread scheduling cycle to required number of threads, including:
It is needed to open another new thread according to current thread, will stop this line until reaching required number of threads Journey schduling cycle.
10. the multi-threaded parallel method for down loading based on file block as claimed in claim 6, which is characterized in that the reading Current download file data, including:
Data are read, start to execute download, read current download file data.
CN201810236464.0A 2018-03-21 2018-03-21 A kind of multi-threaded parallel method for down loading based on file block Pending CN108600312A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810236464.0A CN108600312A (en) 2018-03-21 2018-03-21 A kind of multi-threaded parallel method for down loading based on file block

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810236464.0A CN108600312A (en) 2018-03-21 2018-03-21 A kind of multi-threaded parallel method for down loading based on file block

Publications (1)

Publication Number Publication Date
CN108600312A true CN108600312A (en) 2018-09-28

Family

ID=63627166

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810236464.0A Pending CN108600312A (en) 2018-03-21 2018-03-21 A kind of multi-threaded parallel method for down loading based on file block

Country Status (1)

Country Link
CN (1) CN108600312A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110333911A (en) * 2019-07-04 2019-10-15 北京迈格威科技有限公司 A kind of file packet read method and device
CN115277678A (en) * 2022-07-29 2022-11-01 招商局金融科技有限公司 File downloading method and device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102710630A (en) * 2012-05-29 2012-10-03 新华网股份有限公司 Cloud upload and download method and system of multi-threaded slice
CN103188305A (en) * 2011-12-30 2013-07-03 北大方正集团有限公司 Multithreading breakpoint resume method and system
CN103312732A (en) * 2012-03-07 2013-09-18 腾讯科技(深圳)有限公司 Method and device for data file transmission
CN104320432A (en) * 2014-09-28 2015-01-28 百度在线网络技术(北京)有限公司 Software installing method and device, server and system
CN104462324A (en) * 2014-12-03 2015-03-25 浪潮电子信息产业股份有限公司 HDFS multithreading parallel downloading method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103188305A (en) * 2011-12-30 2013-07-03 北大方正集团有限公司 Multithreading breakpoint resume method and system
CN103312732A (en) * 2012-03-07 2013-09-18 腾讯科技(深圳)有限公司 Method and device for data file transmission
CN102710630A (en) * 2012-05-29 2012-10-03 新华网股份有限公司 Cloud upload and download method and system of multi-threaded slice
CN104320432A (en) * 2014-09-28 2015-01-28 百度在线网络技术(北京)有限公司 Software installing method and device, server and system
CN104462324A (en) * 2014-12-03 2015-03-25 浪潮电子信息产业股份有限公司 HDFS multithreading parallel downloading method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110333911A (en) * 2019-07-04 2019-10-15 北京迈格威科技有限公司 A kind of file packet read method and device
CN115277678A (en) * 2022-07-29 2022-11-01 招商局金融科技有限公司 File downloading method and device, computer equipment and storage medium
CN115277678B (en) * 2022-07-29 2024-02-06 招商局金融科技有限公司 File downloading method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107885656B (en) Automatic product algorithm testing method and application server
CN104461641B (en) A kind of data programming method, system, burn writing equipment and target device
CN110008129B (en) Reliability test method, device and equipment for storage timing snapshot
CN109445861A (en) System start method, device, computer installation and storage medium
CN104391727B (en) Data programming method, system, burn writing equipment and target device
CN109815697B (en) Method and device for processing false alarm behavior
CN109992285A (en) Block chain code block standalone upgrade method, apparatus and electronic equipment
CN109189405A (en) A kind of method and system of proving program Flash data consistency
CN110866258B (en) Rapid vulnerability positioning method, electronic device and storage medium
CN107516547A (en) The processing method and processing device of internal memory hard error
CN111984421B (en) Data processing method, device and storage medium
CN108600312A (en) A kind of multi-threaded parallel method for down loading based on file block
CN105550071B (en) System file upgrades and detection method, communication equipment
CN107479823A (en) Data verification method and device in the test of random read-write file
CN110209529A (en) The guard method of radio frequency parameter and electronic equipment
CN113672273B (en) Data processing method, system and equipment
CN110147354B (en) Batch data editing method, device, computer equipment and storage medium
CN115061924A (en) Automatic test case generation method and generation device
CN108647119A (en) The startup method, apparatus and equipment of linux system
CN109254791A (en) Develop management method, computer readable storage medium and the terminal device of data
CN103136234B (en) Data processing method and data processing device
CN108572882A (en) A kind of method and storage device of data storage
CN106445737A (en) Multi-backup starting method
CN103220569B (en) The automatic recovery method of a kind of Set Top Box and equipment
CN112015436A (en) Short message platform deployment method and device, computing equipment and computer storage medium

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20180928