資源簡介
C# 斷點續傳下載文件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?System.Net;
using?System.Text.Regularexpressions;
using?System.Runtime.InteropServices;
namespace?DownLoadFile
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????string?strName?=?““;//記錄要下載的文件名
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????//監視剪貼板是否有數據
????????????????string?strPath?=?Clipboard.GetData(DataFormats.Text).ToString();
????????????????//驗證網址格式
????????????????if?(Regex.IsMatch(strPath?@“http
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-09-27?22:44??斷點續傳下載文件\
?????目錄???????????0??2016-09-27?22:44??斷點續傳下載文件\Backup\
?????目錄???????????0??2016-09-27?22:44??斷點續傳下載文件\Backup\DownLoadFile\
?????文件????????3770??2008-12-18?13:31??斷點續傳下載文件\Backup\DownLoadFile\DownLoadFile.csproj
?????文件????????7338??2008-12-28?09:19??斷點續傳下載文件\Backup\DownLoadFile\Form1.cs
?????文件????????6974??2008-12-26?11:21??斷點續傳下載文件\Backup\DownLoadFile\Form1.Designer.cs
?????文件????????6735??2008-12-26?11:21??斷點續傳下載文件\Backup\DownLoadFile\Form1.resx
?????文件?????????493??2008-12-18?13:10??斷點續傳下載文件\Backup\DownLoadFile\Program.cs
?????目錄???????????0??2016-09-27?22:44??斷點續傳下載文件\Backup\DownLoadFile\Properties\
?????文件????????1395??2008-12-18?14:42??斷點續傳下載文件\Backup\DownLoadFile\Properties\AssemblyInfo.cs
?????文件????????2874??2008-12-18?13:10??斷點續傳下載文件\Backup\DownLoadFile\Properties\Resources.Designer.cs
?????文件????????5612??2008-12-18?13:10??斷點續傳下載文件\Backup\DownLoadFile\Properties\Resources.resx
?????文件????????1097??2008-12-18?13:10??斷點續傳下載文件\Backup\DownLoadFile\Properties\Settings.Designer.cs
?????文件?????????249??2008-12-18?13:10??斷點續傳下載文件\Backup\DownLoadFile\Properties\Settings.settings
?????文件?????????926??2008-12-18?13:10??斷點續傳下載文件\Backup\DownLoadFile.sln
?????文件???????15872??2008-12-28?09:41??斷點續傳下載文件\Backup\DownLoadFile.suo
?????目錄???????????0??2012-04-24?19:56??斷點續傳下載文件\DownLoadFile\
?????目錄???????????0??2010-12-12?01:01??斷點續傳下載文件\DownLoadFile\bin\
?????目錄???????????0??2012-04-24?19:56??斷點續傳下載文件\DownLoadFile\bin\Debug\
?????文件???????13312??2016-09-27?22:46??斷點續傳下載文件\DownLoadFile\bin\Debug\DownLoadFile.exe
?????文件???????32256??2016-09-27?22:46??斷點續傳下載文件\DownLoadFile\bin\Debug\DownLoadFile.pdb
?????文件???????11608??2016-09-27?22:47??斷點續傳下載文件\DownLoadFile\bin\Debug\DownLoadFile.vshost.exe
?????文件?????????490??2012-06-06?02:06??斷點續傳下載文件\DownLoadFile\bin\Debug\DownLoadFile.vshost.exe.manifest
?????文件??????????24??2016-09-27?22:46??斷點續傳下載文件\DownLoadFile\bin\Debug\SysSet.ini
?????文件?????????318??2008-11-22?10:29??斷點續傳下載文件\DownLoadFile\bin\Debug\查找.ico
?????文件????????3959??2016-09-27?22:44??斷點續傳下載文件\DownLoadFile\DownLoadFile.csproj
?????文件????????7338??2008-12-28?09:19??斷點續傳下載文件\DownLoadFile\Form1.cs
?????文件????????6974??2008-12-26?11:21??斷點續傳下載文件\DownLoadFile\Form1.Designer.cs
?????文件????????6735??2008-12-26?11:21??斷點續傳下載文件\DownLoadFile\Form1.resx
?????目錄???????????0??2010-12-12?01:01??斷點續傳下載文件\DownLoadFile\obj\
?????目錄???????????0??2016-09-27?22:46??斷點續傳下載文件\DownLoadFile\obj\Debug\
............此處省略26個文件信息
評論
共有 條評論