摘要:
----------------实体类 [DataContract] public class SyncResponseEntity { public SyncResponseEntity() { } /// /// 需要查询的快... 阅读全文
摘要:
using System;using System.ComponentModel;using System.Diagnostics;using System.Drawing;using System.Windows.Forms;namespace Aping.Common.Windows.Forms... 阅读全文
摘要:
天气接口 气象局接口 完整数据:http://m.weather.com.cn/data/101010100.html解析用例 当天数据:http://www.weather.com.cn/data/cityinfo/101010100.html 实时数据:http://www.weathe... 阅读全文
摘要:
百度接口相关说明:http://developer.baidu.com/map/ip-location-api.htm返回是json格式,首先构建相关反系列化类: 1 #region AddressForQueryIPFromBaidu 2 [Serializable] 3 public class... 阅读全文
摘要:
这是一个通过调用淘宝ip地址库实现ip地址查询的功能类 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace LixinCo... 阅读全文