资源简介
以接口的形式查询 任意关键词的 价格
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
namespace UpaiAPI {
[Serializable]
public class Config {
private string _Pwd;
///
/// 密码
///
public string Pwd {
get { return _Pwd; }
set { _Pwd = value; }
}
private double _Discount = 1;
///
/// 折扣
///
public double Discount {
get { return _Discount; }
set { _Discount = value; }
}
private string _title;
///
/// 标题
///
public string title {
get { return _title; }
set { _title = value; }
}
private string _Description;
///
/// 描述
///
public string Description {
get { return _Description; }
set { _Description = v
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 81408 2012-09-03 17:30 优价SEO价格查询源码\优派查价系统开发者接口\优派API说明.doc
文件 177228 2012-09-05 17:18 优价SEO价格查询源码\优派查价系统开发者接口\优派API说明.pdf
文件 10240 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\bin\Debug\UpaiAPI.dll
文件 32256 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\bin\Debug\UpaiAPI.pdb
文件 2544 2012-09-03 16:19 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\Config.cs
文件 5060 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 833 2012-09-03 09:53 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\obj\Debug\UpaiAPI.csproj.FileListAbsolute.txt
文件 10240 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\obj\Debug\UpaiAPI.dll
文件 32256 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\obj\Debug\UpaiAPI.pdb
文件 1354 2012-08-29 10:42 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\Properties\AssemblyInfo.cs
文件 1570 2012-08-29 14:36 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\QueryResult.cs
文件 2232 2012-08-29 15:51 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\UpaiAPI.csproj
文件 3989 2012-09-03 11:02 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\YouJia.cs
文件 777 2012-08-30 09:47 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPI\YouJiaError.cs
文件 4445 2012-09-03 10:27 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPIProjects.sln
..A..H. 40448 2012-09-03 17:15 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPIProjects.suo
文件 10240 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\bin\Debug\UpaiAPI.dll
文件 32256 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\bin\Debug\UpaiAPI.pdb
文件 5120 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\bin\Debug\UpaiAPITest.exe
文件 13824 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\bin\Debug\UpaiAPITest.pdb
文件 11608 2012-09-03 09:54 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\bin\Debug\UpaiAPITest.vshost.exe
文件 490 2010-03-17 22:39 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\bin\Debug\UpaiAPITest.vshost.exe.manifest
文件 5170 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 5027 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\obj\x86\Debug\ResolveAssemblyReference.cache
文件 1263 2012-09-03 09:54 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\obj\x86\Debug\UpaiAPITest.csproj.FileListAbsolute.txt
文件 5120 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\obj\x86\Debug\UpaiAPITest.exe
文件 13824 2012-09-03 16:29 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\obj\x86\Debug\UpaiAPITest.pdb
文件 938 2012-08-31 17:45 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\Program.cs
文件 1362 2012-08-30 14:31 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\Properties\AssemblyInfo.cs
文件 2400 2012-08-30 14:31 优价SEO价格查询源码\优派查价系统开发者接口\开发版\UpaiAPITest\UpaiAPITest.csproj
............此处省略84个文件信息
- 上一篇:C# 充电效果 动画
- 下一篇:GlobalResources实现多语言建站
评论
共有 条评论