• 大小: 259KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-11
  • 语言: C#
  • 标签: C#  下载  网络  wpf  

资源简介

这个一个下载器Demo,使用vs2012基于.net平台C#语言实现,界面使用wpf实现。该下载器有断点续传功能,即使关掉重开也可以接着下载。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;

namespace Downloader
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        187  2013-11-12 20:57  Downloader\Downloader\App.config

     文件        321  2013-11-12 20:57  Downloader\Downloader\App.xaml

     文件        337  2013-11-12 20:57  Downloader\Downloader\App.xaml.cs

     文件         54  2013-11-26 15:21  Downloader\Downloader\bin\Debug\config.dat

     文件      24064  2013-11-16 21:23  Downloader\Downloader\bin\Debug\Downloader.exe

     文件        187  2013-11-12 20:57  Downloader\Downloader\bin\Debug\Downloader.exe.config

     文件      60928  2013-11-16 21:23  Downloader\Downloader\bin\Debug\Downloader.pdb

     文件      22984  2013-11-16 21:32  Downloader\Downloader\bin\Debug\Downloader.vshost.exe

     文件        187  2013-11-12 20:57  Downloader\Downloader\bin\Debug\Downloader.vshost.exe.config

     文件        490  2010-03-18 12:39  Downloader\Downloader\bin\Debug\Downloader.vshost.exe.manifest

     文件      36864  2013-04-09 15:12  Downloader\Downloader\bin\Debug\MvcPager.dll

     文件     382976  2012-10-17 14:19  Downloader\Downloader\bin\Debug\MySql.Data.dll

     文件      14848  2013-10-31 18:31  Downloader\Downloader\bin\Debug\MyUtility.dll

     文件      36352  2013-10-31 18:31  Downloader\Downloader\bin\Debug\MyUtility.pdb

     文件       4881  2013-11-13 21:54  Downloader\Downloader\Downloader.csproj

     文件      14908  2013-11-16 21:20  Downloader\Downloader\DownloadTask.cs

     文件       3716  2013-11-16 21:23  Downloader\Downloader\MainWindow.xaml

     文件       5571  2013-11-16 21:17  Downloader\Downloader\MainWindow.xaml.cs

     文件       1873  2013-11-16 20:22  Downloader\Downloader\NewTaskFrm.xaml

     文件       2094  2013-11-16 20:22  Downloader\Downloader\NewTaskFrm.xaml.cs

     文件       2310  2013-11-13 21:54  Downloader\Downloader\obj\Debug\App.g.cs

     文件       2310  2013-11-13 21:54  Downloader\Downloader\obj\Debug\App.g.i.cs

     文件       7021  2013-11-16 21:09  Downloader\Downloader\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1289  2013-11-16 21:32  Downloader\Downloader\obj\Debug\Downloader.csproj.FileListAbsolute.txt

     文件        917  2013-11-12 21:24  Downloader\Downloader\obj\Debug\Downloader.csproj.GenerateResource.Cache

     文件      63025  2013-11-13 22:51  Downloader\Downloader\obj\Debug\Downloader.csprojResolveAssemblyReference.cache

     文件      24064  2013-11-16 21:23  Downloader\Downloader\obj\Debug\Downloader.exe

     文件       5390  2013-11-16 21:23  Downloader\Downloader\obj\Debug\Downloader.g.resources

     文件      60928  2013-11-16 21:23  Downloader\Downloader\obj\Debug\Downloader.pdb

     文件        180  2013-11-13 21:54  Downloader\Downloader\obj\Debug\Downloader.Properties.Resources.resources

............此处省略31个文件信息

评论

共有 条评论