• 大小: 3.59M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: 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.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);//请求服务器
            WebResponse wrp = wr.GetResponse();//请求响应
            long lon = wrp.ContentLength;
            wrp.Close();
            progressBar1.Minimum = 0;
            

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           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个文件信息

评论

共有 条评论