资源简介
.net2005 C#应用程序 可以预报中国各大城市的天气,以及各名胜古迹的天气,程序中有Web Servers的应用,调用Access数据库,调用天气的图标。鼠标放在标签:明天、后天,上的时候可以预报明天和后天的天气。
还含有程序的安装包,可以直接安装使用,安装包内还含有.net framework2.0的安装。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace WeatherReport
{
static class Program
{
///
/// 应用程序的主入口点。
///
[STAThread]
static void Main()
{
Application.EnableVisualstyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Weather());
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1238 2008-11-11 13:31 MyWeatherReport\MyWeatherReport.sln
..A..H. 25600 2008-11-23 15:25 MyWeatherReport\MyWeatherReport.suo
文件 233472 2008-11-26 15:21 MyWeatherReport\WeatherReport\AccessDataba
文件 921 2008-10-29 19:07 MyWeatherReport\WeatherReport\app.config
文件 57344 2008-11-11 23:09 MyWeatherReport\WeatherReport\bin\Debug\WeatherReport.exe
文件 921 2008-10-29 19:07 MyWeatherReport\WeatherReport\bin\Debug\WeatherReport.exe.config
文件 44544 2008-11-11 23:09 MyWeatherReport\WeatherReport\bin\Debug\WeatherReport.pdb
文件 5632 2005-12-08 14:51 MyWeatherReport\WeatherReport\bin\Debug\WeatherReport.vshost.exe
文件 921 2008-10-29 19:07 MyWeatherReport\WeatherReport\bin\Debug\WeatherReport.vshost.exe.config
文件 24576 2008-11-01 10:26 MyWeatherReport\WeatherReport\obj\Debug\TempPE\Web References.MyWeatherWebService.Reference.cs.dll
文件 24576 2008-10-29 19:07 MyWeatherReport\WeatherReport\obj\Debug\TempPE\Web References.WeatherWebService.Reference.cs.dll
文件 849 2008-11-11 23:09 MyWeatherReport\WeatherReport\obj\Debug\WeatherReport.csproj.GenerateResource.Cache
文件 57344 2008-11-11 23:09 MyWeatherReport\WeatherReport\obj\Debug\WeatherReport.exe
文件 44544 2008-11-11 23:09 MyWeatherReport\WeatherReport\obj\Debug\WeatherReport.pdb
文件 180 2008-11-11 23:09 MyWeatherReport\WeatherReport\obj\Debug\WeatherReport.Properties.Resources.resources
文件 12256 2008-11-11 23:09 MyWeatherReport\WeatherReport\obj\Debug\WeatherReport.Weather.resources
文件 348 2008-11-23 15:25 MyWeatherReport\WeatherReport\obj\WeatherReport.csproj.FileList.txt
文件 474 2008-10-31 20:28 MyWeatherReport\WeatherReport\Program.cs
文件 1174 2008-10-29 18:45 MyWeatherReport\WeatherReport\Properties\AssemblyInfo.cs
文件 2881 2008-10-29 18:45 MyWeatherReport\WeatherReport\Properties\Resources.Designer.cs
文件 5612 2008-10-29 18:45 MyWeatherReport\WeatherReport\Properties\Resources.resx
文件 1735 2008-10-29 19:07 MyWeatherReport\WeatherReport\Properties\Settings.Designer.cs
文件 529 2008-10-29 19:07 MyWeatherReport\WeatherReport\Properties\Settings.settings
文件 5694 1997-08-30 16:27 MyWeatherReport\WeatherReport\Report.ICO
文件 1201 2007-03-23 18:06 MyWeatherReport\WeatherReport\WeatherImage\b_0.gif
文件 1357 2007-03-23 13:23 MyWeatherReport\WeatherReport\WeatherImage\b_1.gif
文件 1301 2007-03-23 18:08 MyWeatherReport\WeatherReport\WeatherImage\b_10.gif
文件 1382 2007-03-23 18:09 MyWeatherReport\WeatherReport\WeatherImage\b_11.gif
文件 1423 2007-03-23 18:09 MyWeatherReport\WeatherReport\WeatherImage\b_12.gif
文件 1367 2007-03-23 18:09 MyWeatherReport\WeatherReport\WeatherImage\b_13.gif
............此处省略58个文件信息
相关资源
- C# 查询天气预报源码
- C# 实现天气预报 ,IP查询地址
- c# webserver服务天气预报
- C#实时查询各地的天气预报
- webservice 根据当前请求IP 获取天气预报
- C#通过webservice获取天气预报
- 通过webservice获取天气预报
- c#调用webservice服务几种方式(获取天
- c#调用天气预报接口
- wpf 做的天气预报工具源码 支持更换城
- WebService接口实现天气预报
- C# 获取天气预报
- 百度地图和天气预报
- C# 指定城市 获取天气预报
- 获取全国各地 近7天天气预报
- WPF简单调用天气预报接口
- 从气象台webservice接口获取天气预报
- Unity实时读取天气预报
- 获取指定地区天气预报
评论
共有 条评论