資源簡介
適用于快件查詢
代碼片段和文件信息
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個文件信息
評論
共有 條評論