文件名称:ExpressQuery
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-01-21
- 文件大小:
- 151kb
- 下载次数:
- 0次
- 提 供 者:
- 云**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1,本套源码功能为快递查询,当前支持申通、EMS、顺丰 圆通 中通 韵达 天天 汇通 全峰 德邦 宅急送,如需增加新快递公司,可直接修改代码。
2,涉及知识点:
(1)抓取网页内容。
(2)JSON数据处理。
(3)托管dll文件嵌入发布的exe文件内,初次运行时进行释放。为实现分发的为单文件版exe。
(4)快递API接口应用。(此接口源于快递100官网,非其发布的API,而是我跟踪官网ajax查询调用分析出来的,只需要两个参数即可返回数据)
(5)一些c#控件的使用。
3,本源码为vs2010项目,如使用其他studio版本,请自行查找使用方法。
4,项目采用.net2.0框架。
5,本源码仅用于入门学习。-1, the set of source functionality express queries, currently supports Shen Tong, EMS, SF tact through rhyme Remittance full day home delivery peak Nadu, for adding new courier company, you can modify the code directly. 2, involving knowledge: (1) to crawl web content. (2) JSON data processing. (3) the escrow release exe dll files embedded document for the release of the initial operation. To achieve distributed as a single file version of the exe. (4) Express API interface applications. (This interface 100 from the official website of the courier, not its published API, but I followed the official website ajax check out the call analysis, requires only two parameters to return data) (5) Some use c# controls. 3, the source code for vs2010 projects, such as the use of other studio version, find their own use. 4, the project uses. Net2.0 fr a mework. 5, the source only for study entry.
2,涉及知识点:
(1)抓取网页内容。
(2)JSON数据处理。
(3)托管dll文件嵌入发布的exe文件内,初次运行时进行释放。为实现分发的为单文件版exe。
(4)快递API接口应用。(此接口源于快递100官网,非其发布的API,而是我跟踪官网ajax查询调用分析出来的,只需要两个参数即可返回数据)
(5)一些c#控件的使用。
3,本源码为vs2010项目,如使用其他studio版本,请自行查找使用方法。
4,项目采用.net2.0框架。
5,本源码仅用于入门学习。-1, the set of source functionality express queries, currently supports Shen Tong, EMS, SF tact through rhyme Remittance full day home delivery peak Nadu, for adding new courier company, you can modify the code directly. 2, involving knowledge: (1) to crawl web content. (2) JSON data processing. (3) the escrow release exe dll files embedded document for the release of the initial operation. To achieve distributed as a single file version of the exe. (4) Express API interface applications. (This interface 100 from the official website of the courier, not its published API, but I followed the official website ajax check out the call analysis, requires only two parameters to return data) (5) Some use c# controls. 3, the source code for vs2010 projects, such as the use of other studio version, find their own use. 4, the project uses. Net2.0 fr a mework. 5, the source only for study entry.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ExpressQuery
............\ExpressQuery.csproj
............\ExpressQuery.csproj.user
............\Main.Designer.cs
............\Main.cs
............\Main.resx
............\Net.cs
............\Program.cs
............\Properties
............\..........\AssemblyInfo.cs
............\..........\Resources.Designer.cs
............\..........\Resources.resx
............\..........\Settings.Designer.cs
............\..........\Settings.settings
............\Resources
............\.........\LitJson.dll
............\bin
............\...\Debug
............\...\.....\ExpressQuery.exe
............\...\.....\ExpressQuery.pdb
............\...\.....\ExpressQuery.vshost.exe
............\...\.....\ExpressQuery.vshost.exe.manifest
............\...\.....\LitJson.dll
............\...\Release
............\obj
............\...\x86
............\...\...\Debug
............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
............\...\...\.....\ExpressQuery.Main.resources
............\...\...\.....\ExpressQuery.Properties.Resources.resources
............\...\...\.....\ExpressQuery.csproj.FileListAbsolute.txt
............\...\...\.....\ExpressQuery.exe
............\...\...\.....\ExpressQuery.pdb
............\...\...\.....\GenerateResource-ResGen.read.1.tlog
............\...\...\.....\GenerateResource-ResGen.write.1.tlog
............\...\...\.....\ResolveAssemblyReference.cache
............\...\...\.....\TempPE
............\...\...\.....\......\Properties.Resources.Designer.cs.dll
ExpressQuery.sln
ExpressQuery.suo
源码说明.txt