資源簡(jiǎn)介
代碼片段和文件信息
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.Net;
using?System.IO;
using?System.Threading;
namespace?下載
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????Thread?th?=?null;
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????WebClient?web?=?new?WebClient();//資源下載
????????????WebRequest?wr?=?WebRequest.Create(textBox1.Text);//請(qǐng)求服務(wù)器
????????????WebResponse?wrp?=?wr.GetResponse();//請(qǐng)求響應(yīng)
????????????long?lon?=?wrp.ContentLength;
????????????wrp.Close();
????????????progressBar1.Minimum?=?0;
????????????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-25?09:49??.vs\
?????目錄???????????0??2018-08-25?09:53??.vs\畫圖板\
?????目錄???????????0??2018-08-25?09:53??.vs\畫圖板\DesignTimeBuild\
?????文件?????????570??2018-08-25?09:53??.vs\畫圖板\DesignTimeBuild\.dtbcache
?????目錄???????????0??2018-08-25?09:49??.vs\畫圖板\v15\
?????文件???????51200??2018-08-25?09:53??.vs\畫圖板\v15\.suo
?????目錄???????????0??2018-08-25?09:49??.vs\畫圖板\v15\Server\
?????目錄???????????0??2018-08-25?09:49??.vs\畫圖板\v15\Server\sqlite3\
?????文件???????????0??2018-08-25?09:49??.vs\畫圖板\v15\Server\sqlite3\db.lock
?????文件????????4096??2018-08-25?09:49??.vs\畫圖板\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-08-25?09:49??.vs\畫圖板\v15\Server\sqlite3\storage.ide-shm
?????文件??????803432??2018-08-25?09:53??.vs\畫圖板\v15\Server\sqlite3\storage.ide-wal
?????目錄???????????0??2014-06-02?17:40??下載\
?????文件????????3008??2013-03-23?12:49??下載\Form1.Designer.cs
?????文件????????1960??2013-03-23?12:50??下載\Form1.cs
?????文件????????5817??2013-03-23?12:49??下載\Form1.resx
?????文件?????????487??2013-03-23?06:12??下載\Program.cs
?????目錄???????????0??2014-06-02?17:40??下載\Properties\
?????文件????????1344??2013-03-23?06:12??下載\Properties\AssemblyInfo.cs
?????文件????????2862??2013-03-23?06:12??下載\Properties\Resources.Designer.cs
?????文件????????5612??2013-03-23?06:12??下載\Properties\Resources.resx
?????文件????????1091??2013-03-23?06:12??下載\Properties\Settings.Designer.cs
?????文件?????????249??2013-03-23?06:12??下載\Properties\Settings.settings
?????目錄???????????0??2014-06-02?17:40??下載\bin\
?????目錄???????????0??2014-06-02?17:40??下載\bin\Debug\
?????文件??????272087??2013-03-23?06:27??下載\bin\Debug\abc.txt
?????文件????????8704??2018-08-25?09:52??下載\bin\Debug\下載.exe
?????文件???????19968??2018-08-25?09:52??下載\bin\Debug\下載.pdb
?????文件???????11600??2013-03-26?00:41??下載\bin\Debug\下載.vshost.exe
?????文件?????????490??2010-03-17?22:39??下載\bin\Debug\下載.vshost.exe.manifest
?????目錄???????????0??2014-06-02?17:40??下載\obj\
............此處省略122個(gè)文件信息
評(píng)論
共有 條評(píng)論