一、前言
公司主營業(yè)務(wù):成都網(wǎng)站設(shè)計(jì)、做網(wǎng)站、移動(dòng)網(wǎng)站開發(fā)等業(yè)務(wù)。幫助企業(yè)客戶真正實(shí)現(xiàn)互聯(lián)網(wǎng)宣傳,提高企業(yè)的競爭能力。創(chuàng)新互聯(lián)是一支青春激揚(yáng)、勤奮敬業(yè)、活力青春激揚(yáng)、勤奮敬業(yè)、活力澎湃、和諧高效的團(tuán)隊(duì)。公司秉承以“開放、自由、嚴(yán)謹(jǐn)、自律”為核心的企業(yè)文化,感謝他們對我們的高要求,感謝他們從不同領(lǐng)域給我們帶來的挑戰(zhàn),讓我們激情的團(tuán)隊(duì)有機(jī)會(huì)用頭腦與智慧不斷的給客戶帶來驚喜。創(chuàng)新互聯(lián)推出西林免費(fèi)做網(wǎng)站回饋大家。網(wǎng)上有許多的多線程斷點(diǎn)續(xù)傳操作,但總是寫的很云里霧里,或者寫的比較坑長。由于這幾個(gè)月要負(fù)責(zé)公司的在線升級項(xiàng)目,所以正好順便寫了一下
代碼如下:
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; namespace TestCenter { class Program { static void Main(string[] args) { string LocalSavePath = @"E:\Test\TestFile\Local\1.msi"; //本地目標(biāo)文件路徑 FileInfo SeverFilePath = new FileInfo(@"E:\Test\TestFile\Server\1.msi"); //服務(wù)器待文件路徑 long FileLength = SeverFilePath.Length; //待下載文件大小 Console.WriteLine("Start Configuration"); int PackCount = 0; //初始化數(shù)據(jù)包個(gè)數(shù) long PackSize = 1024000; //數(shù)據(jù)包大小 if (FileLength % PackSize > 0) { PackCount = (int)(FileLength / PackSize) + 1; } else { PackCount = (int)(FileLength / PackSize); } Console.WriteLine("Start Recieve"); var tasks = new Task[PackCount]; //多線程任務(wù) for (int index = 0; index < PackCount; index++) { int Threadindex = index; //這步很關(guān)鍵,在Task()里的絕對不能直接使用index var task = new Task(() => { string tempfilepath = @"E:\Test\TestFile\Temp\" + "QS_" + Threadindex + "_" + PackCount; //臨時(shí)文件路徑 using (FileStream tempstream = new FileStream(tempfilepath, FileMode.Create, FileAccess.Write, FileShare.Write)) { int length = (int)Math.Min(PackSize, FileLength - Threadindex * PackSize); var bytes = GetFile(Threadindex*PackCount, length); tempstream.Write(bytes, 0, length); tempstream.Flush(); tempstream.Close(); tempstream.Dispose(); } }); tasks[Threadindex] = task; task.Start(); } Task.WaitAll(tasks); //等待所有線程完成 Console.WriteLine("Recieve End"); //檢測有哪些數(shù)據(jù)包未下載 Console.WriteLine("Start Compare"); DirectoryInfo TempDir = new DirectoryInfo(@"E:\Test\TestFile\temp"); //臨時(shí)文件夾路徑 ListComparefiles = new List (); for (int i = 0; i < PackCount; i++) { bool hasfile = false; foreach (FileInfo Tempfile in TempDir.GetFiles()) { if (Tempfile.Name.Split('_')[1] == i.ToString()) { hasfile = true; break; } } if (hasfile == false) { Comparefiles.Add(i.ToString()); } } //最后補(bǔ)上這些缺失的文件 if (Comparefiles.Count > 0) { foreach (string com_index in Comparefiles) { string tempfilepath = @"E:\Test\TestFile\Temp\" + "QS_" + com_index+ "_" + PackCount; using (FileStream Compstream = new FileStream(tempfilepath, FileMode.Create, FileAccess.Write, FileShare.Write)) { int length = (int)Math.Min(PackSize, FileLength - Convert.ToInt32(com_index) * PackSize); var bytes = GetFile(Convert.ToInt32(com_index)*PackCount, length); Compstream.Write(bytes, 0, length); Compstream.Flush(); Compstream.Close(); Compstream.Dispose(); } } } Console.WriteLine("Compare End"); //準(zhǔn)備將臨時(shí)文件融合并寫到1.msi中 Console.WriteLine("Start Write"); using (FileStream writestream = new FileStream(LocalSavePath, FileMode.Create, FileAccess.Write, FileShare.Write)) { foreach (FileInfo Tempfile in TempDir.GetFiles()) { using (FileStream readTempStream = new FileStream(Tempfile.FullName, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) { long onefileLength = Tempfile.Length; byte[] buffer = new byte[Convert.ToInt32(onefileLength)]; readTempStream.Read(buffer, 0, Convert.ToInt32(onefileLength)); writestream.Write(buffer, 0, Convert.ToInt32(onefileLength)); } } writestream.Flush(); writestream.Close(); writestream.Dispose(); } Console.WriteLine("Write End"); //刪除臨時(shí)文件 Console.WriteLine("Start Delete Temp Files"); foreach (FileInfo Tempfile in TempDir.GetFiles()) { Tempfile.Delete(); } Console.WriteLine("Delete Success"); Console.ReadKey(); } //這個(gè)方法可以放到Remoting或者WCF服務(wù)中去,然后本地調(diào)用該方法即可實(shí)現(xiàn)多線程斷點(diǎn)續(xù)傳 public static byte[] GetFile(int start, int length) { string SeverFilePath = @"E:\Test\TestFile\Server\1.msi"; using (FileStream ServerStream = new FileStream(SeverFilePath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite, 1024*80, true)) { byte[] buffer = new byte[length]; ServerStream.Position = start; //ServerStream.Seek(start, SeekOrigin.Begin); ServerStream.Read(buffer, 0, length); return buffer; } } } }
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。