资源简介
VS2012,MVC4. 根据客户端IP自动查询当前天气,调用的是国家气象局公开的天气查询接口.内附"常用IP查询接口地址.docx","国家气象局免费天气预报接口API.docx"及天气查询代码.
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Business
{
public class AddInterFace
{
///
/// 国家气象局 提供天气查询接口 返回城市当前温度的接口
///
public static string CurrentTempWeatherPath = “http://www.weather.com.cn/data/cityinfo/{0}.html“; //{0}为城市代码
///
/// 国家气象局 提供天气查询接口 返回城市6天的天气预报
///
public static string ParticularWeatherPath = “http://m.weather.com.cn/data/{0}.html“;//{0}为城市代码
///
/// 返回城市名称 接口 用的是搜狐提供的IP查询接口
///
public static string IPAddressBySouhu = “http://pv.sohu.com/cityjson“;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 657 2013-05-16 20:53 自动天气查询\Weather\Business\obj\Debug\Business.csproj.FileListAbsolute.txt
文件 7823 2013-05-16 18:36 自动天气查询\Weather\Weather\data\countryCode.txt
文件 226 2013-05-16 20:50 自动天气查询\Weather\Weather\data\READ ME.txt
文件 6197 2013-05-16 20:53 自动天气查询\Weather\Weather\obj\Debug\Weather.csproj.FileListAbsolute.txt
文件 1138045 2013-05-14 10:40 自动天气查询\Weather\Weather\bin\Entityfr
文件 3993 2012-05-31 01:00 自动天气查询\Weather\Weather\bin\Microsoft.Web.Infrastructure.xm
文件 418776 2013-05-14 10:41 自动天气查询\Weather\Weather\bin\Newtonsoft.Json.xm
文件 137872 2012-05-30 01:00 自动天气查询\Weather\Weather\bin\System.Net.Http.Formatting.xm
文件 10071 2012-05-30 01:00 自动天气查询\Weather\Weather\bin\System.Web.Http.WebHost.xm
文件 379561 2012-06-09 01:00 自动天气查询\Weather\Weather\bin\System.Web.Http.xm
文件 847872 2012-05-30 01:00 自动天气查询\Weather\Weather\bin\System.Web.Mvc.xm
文件 323277 2012-06-09 01:00 自动天气查询\Weather\Weather\bin\System.Web.Razor.xm
文件 2656 2012-06-22 01:00 自动天气查询\Weather\Weather\bin\System.Web.WebPages.Deployment.xm
文件 15910 2012-05-31 01:00 自动天气查询\Weather\Weather\bin\System.Web.WebPages.Razor.xm
文件 205746 2012-05-31 01:00 自动天气查询\Weather\Weather\bin\System.Web.WebPages.xm
文件 572 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 153092 2013-05-14 10:40 自动天气查询\Weather\Weather\sc
文件 257476 2013-05-14 10:40 自动天气查询\Weather\Weather\sc
文件 93871 2013-05-14 10:40 自动天气查询\Weather\Weather\sc
文件 381705 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 202411 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 5767 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 2745 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 43913 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 39382 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 21577 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 16479 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 4724 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 170539 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
文件 41326 2013-05-14 10:41 自动天气查询\Weather\Weather\sc
............此处省略114个文件信息
- 上一篇:原版蓝宝石bios,少部分
- 下一篇:SAS统计分析与应用
评论
共有 条评论