91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.05M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: 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??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個文件信息

評論

共有 條評論