資源簡介
.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個文件信息
評論
共有 條評論