资源简介
C#编写天气预报,采用了中国气象台的一手数据,完全自己编写,利用了一个公司里的IP数据库来进行判断所在地,用户可以根据所在地不同而获得该地的实时天气预报!
代码片段和文件信息
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
//protected string myTempString = “湖北省武汉市“;
protected void Page_Load(object sender EventArgs e)
{
GetCityByIP.IpAddressSearchWebService myCityByIP = new GetCityByIP.IpAddressSearchWebService(); //通过IP获得城市信息
string myTempString = myCityByIP.getCountryCityByIp(Request.UserHostAddress.ToString())[1];
string myCityTemp = myTempString.Substring(myTempString.IndexOf(“省“) myTempString.IndexOf(“市“));
string myCity = myCityTemp.Substring(1 (myCityTemp.Length - 3));
GetWeatherByCity.WeatherWebService myWeatherByCity = new GetWeatherByCity.WeatherWebService(); //通过城市获得该城市的天气情况
string[] myWeatherInfo = myWeatherByCity.getWeatherbyCityName(myCity);
Label1.Text = myWeatherInfo[0] +“/“+ myWeatherInfo[1];
Label2.Text = myWeatherInfo[6] + “ “ + myWeatherInfo[5] + “ “ + myWeatherInfo[7];
Image1.ImageUrl = “~/images/weather/“ + myWeatherInfo[8];
Image2.ImageUrl = “~/images/weather/“ + myWeatherInfo[9];
//string a = “中华人民共和国“;
//string b = a.Substring(a.IndexOf(“华“) a.IndexOf(“共“));
//Response.Write(b.ToString());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 855 2008-12-24 15:00 WeatherGet\App_WebReferences\GetCityByIP\IpAddressSearchWebService.disco
文件 668 2008-12-24 15:00 WeatherGet\App_WebReferences\GetCityByIP\IpAddressSearchWebService.discomap
文件 16913 2008-12-24 15:00 WeatherGet\App_WebReferences\GetCityByIP\IpAddressSearchWebService.wsdl
文件 807 2008-12-24 15:02 WeatherGet\App_WebReferences\GetWeatherByCity\WeatherWebService.disco
文件 636 2008-12-24 15:02 WeatherGet\App_WebReferences\GetWeatherByCity\WeatherWebService.discomap
文件 31597 2008-12-24 15:02 WeatherGet\App_WebReferences\GetWeatherByCity\WeatherWebService.wsdl
文件 742 2008-12-24 16:54 WeatherGet\Default.aspx
文件 1593 2008-12-24 16:54 WeatherGet\Default.aspx.cs
文件 43 2004-10-15 00:03 WeatherGet\images\spacer.gif
文件 460 2007-03-23 13:23 WeatherGet\images\weather\0.gif
文件 458 2007-03-23 13:23 WeatherGet\images\weather\1.gif
文件 404 2007-03-23 23:49 WeatherGet\images\weather\10.gif
文件 453 2007-03-23 23:49 WeatherGet\images\weather\11.gif
文件 460 2007-03-23 23:50 WeatherGet\images\weather\12.gif
文件 450 2007-03-23 23:50 WeatherGet\images\weather\13.gif
文件 440 2007-03-23 18:30 WeatherGet\images\weather\14.gif
文件 436 2007-03-23 18:30 WeatherGet\images\weather\15.gif
文件 453 2007-03-23 13:23 WeatherGet\images\weather\16.gif
文件 458 2007-03-23 23:50 WeatherGet\images\weather\17.gif
文件 366 2007-03-23 18:30 WeatherGet\images\weather\18.gif
文件 438 2007-03-23 23:50 WeatherGet\images\weather\19.gif
文件 420 2007-03-23 13:23 WeatherGet\images\weather\2.gif
文件 451 2007-03-23 23:51 WeatherGet\images\weather\20.gif
文件 434 2007-03-23 23:51 WeatherGet\images\weather\21.gif
文件 441 2007-03-23 23:51 WeatherGet\images\weather\22.gif
文件 459 2007-03-23 23:51 WeatherGet\images\weather\23.gif
文件 450 2007-03-23 23:51 WeatherGet\images\weather\24.gif
文件 467 2007-03-23 23:51 WeatherGet\images\weather\25.gif
文件 429 2007-03-23 23:51 WeatherGet\images\weather\26.gif
文件 442 2007-03-23 23:51 WeatherGet\images\weather\27.gif
............此处省略97个文件信息
相关资源
- C#实现将WPF字体呈现到OpenGL 支持汉字
- 在线购物系统 C# ASP.NET SQL Server2005 毕
- c# 扑克牌识别
- 优化C# WinForm从中国银行网站抓取汇率
- c# 调用word 的vba的宏
- C#本质论(第4版C# 5.0).pdf 高清完整版
- 武大测绘大地测量学基础:大地主题
- C#.NET程序设计案例教程
- c#宾馆管理系统实现—功能全
- 图书管理系统C#+SQL 适合毕业设计含毕
- 拱猪扑克牌游戏C#源码
- 强烈推荐:完整的C#源代码之 网上商
- 基于.NET+sqlserver的简易微博
- C#学生信息查询系统
- C#调用OneNote进行OCR识别 源码
- c#编程 讲义
- ERP实施方法论
- C# 24个经典小游戏源码.zip
- wpf 搜集整理demo源码(都是c#写的,惊
- C#游戏源代码 全套
- c#数据库开发经典案例
- C#项目 网吧管理系统
- 最强大的C#科学计算库mathnet
- 《C#数据库系统开发案例精选》源代码
- 100多个C#合集
- 分享 10 套 c# 项目开发案例全程实录全
- c#斗地主c#斗地主c#斗地主
- 电子病历系统.rar
- c#游戏源码
- C#+sql 2000 人力资源管理系统
评论
共有 条评论