• 大小: 0.40M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 查询  快递  快件  物流  

资源简介

适用于快件查询

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
using Newtonsoft.Json;
using System.Threading;

namespace 快递查询
{
    /**
     * 作者:落叶似秋
     * 日期:2015.6.7
     **/
    public partial class Form1 : Form
    {
        Hashtable table;
        string url = “http://api.ickd.cn/?id=E232DC317A582FA7BFBFE6CE2AF8E282“;
        StringBuilder sb;
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
           table = new Hashtable();
           sb = new StringBuilder();
            //88个快递公司
            table.Add(“AAE快递“ “aae“);
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-06-07 11:05  快递查询\
     文件         878  2017-03-22 12:15  快递查询.sln
     文件         117  2015-06-06 09:48  快递查询\app.config
     目录           0  2015-06-06 08:14  快递查询\bin\
     目录           0  2015-06-07 11:08  快递查询\bin\Debug\
     文件      439296  2015-01-11 19:54  快递查询\bin\Debug\Newtonsoft.Json.dll
     文件       17408  2017-03-22 12:17  快递查询\bin\Debug\快递查询.exe
     文件         117  2015-06-06 09:48  快递查询\bin\Debug\快递查询.exe.config
     文件       26112  2017-03-22 12:17  快递查询\bin\Debug\快递查询.pdb
     文件       21688  2017-03-22 13:04  快递查询\bin\Debug\快递查询.vshost.exe
     文件         117  2015-06-06 09:48  快递查询\bin\Debug\快递查询.vshost.exe.config
     文件         490  2015-10-30 15:19  快递查询\bin\Debug\快递查询.vshost.exe.manifest
     文件        7180  2015-06-07 10:59  快递查询\Form1.cs
     文件       10534  2015-06-07 10:57  快递查询\Form1.Designer.cs
     文件        6015  2015-06-07 10:57  快递查询\Form1.resx
     文件         838  2015-06-07 11:11  快递查询\Http.cs
     文件         517  2015-06-07 10:49  快递查询\JsonParser.cs
     文件      439296  2015-01-11 19:54  快递查询\Newtonsoft.Json.dll
     目录           0  2015-06-06 08:14  快递查询\obj\
     目录           0  2015-06-06 08:14  快递查询\obj\x86\
     目录           0  2017-03-22 12:17  快递查询\obj\x86\Debug\
     文件        7018  2017-03-22 12:16  快递查询\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         466  2015-06-07 11:08  快递查询\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog
     文件         702  2015-06-07 11:08  快递查询\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog
     文件       11769  2015-06-07 11:08  快递查询\obj\x86\Debug\ResolveAssemblyReference.cache
     目录           0  2015-06-06 09:48  快递查询\obj\x86\Debug\TempPE\
     文件        4608  2015-06-06 09:48  快递查询\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件        2610  2017-03-22 13:04  快递查询\obj\x86\Debug\快递查询.csproj.FileListAbsolute.txt
     文件         774  2017-03-22 12:17  快递查询\obj\x86\Debug\快递查询.csproj.GenerateResource.Cache
     文件        8954  2017-03-22 12:17  快递查询\obj\x86\Debug\快递查询.csprojResolveAssemblyReference.cache
     文件       17408  2017-03-22 12:17  快递查询\obj\x86\Debug\快递查询.exe
............此处省略11个文件信息

评论

共有 条评论