资源简介


资源截图

代码片段和文件信息

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.Threading;
using WindowsFormsApplication1;
using Skybound.Gecko;
using System.IO;

namespace PicDownLoad
{
    public partial class Form1 : Form
    {
        static private string xulrunnerPath = Application.StartupPath + “\\xulrunner“;
        public Form1()
        {
            InitializeComponent();
            InitAllCityData();
        }

        private void InitAllCityData()
        {
            Skybound.Gecko.Xpcom.Initialize(xulrunnerPath);

        }
        public static void DownloadOneFileByURL(string fileName string url string localPath int timeout

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

     文件        242  2013-02-21 09:24  PicDownLoad\PicDownLoad\bin\Debug\2013\ImgList.txt

     文件      16384  2014-08-16 10:53  PicDownLoad\PicDownLoad\bin\Debug\PicDownLoad.exe

     文件      42496  2014-08-16 10:53  PicDownLoad\PicDownLoad\bin\Debug\PicDownLoad.pdb

     文件      23168  2014-08-21 08:22  PicDownLoad\PicDownLoad\bin\Debug\PicDownLoad.vshost.exe

     文件        490  2013-06-18 20:28  PicDownLoad\PicDownLoad\bin\Debug\PicDownLoad.vshost.exe.manifest

     文件     180224  2014-08-16 10:53  PicDownLoad\PicDownLoad\bin\Debug\Skybound.Gecko.dll

     文件     411136  2014-08-16 10:53  PicDownLoad\PicDownLoad\bin\Debug\Skybound.Gecko.pdb

     文件      75887  2014-08-16 10:53  PicDownLoad\PicDownLoad\bin\Debug\Skybound.Gecko.xml

     文件      11776  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\AccessibleMarshal.dll

     文件     777705  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\classic.jar

     文件        552  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\classic.manifest

     文件      39662  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\comm.jar

     文件        144  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\comm.manifest

     文件     332558  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\en-US.jar

     文件        774  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\en-US.manifest

     文件     316463  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\pippki.jar

     文件         69  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\pippki.manifest

     文件    1906028  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\toolkit.jar

     文件        517  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\chrome\toolkit.manifest

     文件        233  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\accessibility-msaa.xpt

     文件      19182  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\accessibility.xpt

     文件        211  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\alerts.xpt

     文件       2547  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\appshell.xpt

     文件        543  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\appstartup.xpt

     文件       3603  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\autocomplete.xpt

     文件        211  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\autoconfig.xpt

     文件       2469  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\caps.xpt

     文件        679  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\chardet.xpt

     文件        344  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\chrome.xpt

     文件       1789  2013-02-06 10:22  PicDownLoad\PicDownLoad\bin\Debug\xulrunner\components\commandhandler.xpt

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

评论

共有 条评论