资源简介
断点续传下载文件 功能已经实现
代码片段和文件信息
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 2013-01-23 10:27 断点续传下载文件\
目录 0 2013-01-23 10:27 断点续传下载文件\DownLoadFile\
文件 926 2008-12-18 13:10 断点续传下载文件\DownLoadFile.sln
文件 15872 2008-12-28 09:41 断点续传下载文件\DownLoadFile.suo
目录 0 2013-01-23 10:27 断点续传下载文件\DownLoadFile\bin\
目录 0 2013-01-23 10:27 断点续传下载文件\DownLoadFile\bin\Debug\
文件 13312 2008-12-26 11:21 断点续传下载文件\DownLoadFile\bin\Debug\DownLoadFile.exe
文件 24064 2008-12-26 11:21 断点续传下载文件\DownLoadFile\bin\Debug\DownLoadFile.pdb
文件 14328 2008-12-28 09:12 断点续传下载文件\DownLoadFile\bin\Debug\DownLoadFile.vshost.exe
文件 490 2007-07-21 01:33 断点续传下载文件\DownLoadFile\bin\Debug\DownLoadFile.vshost.exe.manifest
文件 24 2008-12-25 16:26 断点续传下载文件\DownLoadFile\bin\Debug\SysSet.ini
文件 318 2008-11-22 10:29 断点续传下载文件\DownLoadFile\bin\Debug\查找.ico
文件 3770 2008-12-18 13:31 断点续传下载文件\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 2013-01-23 10:27 断点续传下载文件\DownLoadFile\obj\
目录 0 2013-01-23 10:27 断点续传下载文件\DownLoadFile\obj\Debug\
文件 1218 2008-12-28 09:12 断点续传下载文件\DownLoadFile\obj\Debug\DownLoadFile.csproj.FileListAbsolute.txt
文件 847 2008-12-26 11:21 断点续传下载文件\DownLoadFile\obj\Debug\DownLoadFile.csproj.GenerateResource.Cache
文件 13312 2008-12-26 11:21 断点续传下载文件\DownLoadFile\obj\Debug\DownLoadFile.exe
文件 770 2008-12-26 11:21 断点续传下载文件\DownLoadFile\obj\Debug\DownLoadFile.Form1.resources
文件 24064 2010-08-18 17:51 断点续传下载文件\DownLoadFile\obj\Debug\DownLoadFile.pdb
文件 180 2008-12-26 11:21 断点续传下载文件\DownLoadFile\obj\Debug\DownLoadFile.Properties.Resources.resources
目录 0 2012-05-02 09:56 断点续传下载文件\DownLoadFile\obj\Debug\TempPE\
文件 493 2008-12-18 13:10 断点续传下载文件\DownLoadFile\Program.cs
目录 0 2013-01-23 10:27 断点续传下载文件\DownLoadFile\Properties\
文件 1395 2008-12-18 14:42 断点续传下载文件\DownLoadFile\Properties\AssemblyInfo.cs
文件 2874 2008-12-18 13:10 断点续传下载文件\DownLoadFile\Properties\Resources.Designer.cs
文件 5612 2008-12-18 13:10 断点续传下载文件\DownLoadFile\Properties\Resources.resx
文件 1097 2008-12-18 13:10 断点续传下载文件\DownLoadFile\Properties\Settings.Designer.cs
............此处省略1个文件信息
- 上一篇:C# 局域网扫描IP
- 下一篇:FTP文件
评论
共有 条评论