基本信息
源码名称:C#获取天气实况及未来几天天气情况的源码[原创]
源码大小:4.71M
文件格式:.rar
开发语言:C#
更新时间:2023-07-20
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#获取天气实况及未来几天天气情况的源码[原创]
软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),而且包含农历跟星期等信息。软件运行之后默认透明嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。本工具的定时...
文件清单
└── Weather
├── Weather
│ ├── About.bmp
│ ├── About.psd
│ ├── bin
│ │ └── Release
│ │ ├── Config.xml
│ │ ├── Weather.exe
│ │ ├── Weather.pdb
│ │ ├── Weather.vshost.exe
│ │ └── Weather.vshost.exe.manifest
│ ├── FormAbout.cs
│ ├── FormAbout.Designer.cs
│ ├── FormAbout.resx
│ ├── FormMain.cs
│ ├── FormMain.Designer.cs
│ ├── FormMain.resx
│ ├── FormSet.cs
│ ├── FormSet.Designer.cs
│ ├── FormSet.resx
│ ├── Ico.ico
│ ├── Images
│ │ ├── Day
│ │ │ ├── D中雨.gif
│ │ │ ├── D中雨-大雨.gif
│ │ │ ├── D中雪.gif
│ │ │ ├── D中雪-大雪.gif
│ │ │ ├── D冻雨.gif
│ │ │ ├── D多云.gif
│ │ │ ├── D大暴雨.gif
│ │ │ ├── D大暴雨-特大暴雨.gif
│ │ │ ├── D大雨-暴雨.gif
│ │ │ ├── D大雪.gif
│ │ │ ├── D大雪-暴雪.gif
│ │ │ ├── D小雨.gif
│ │ │ ├── D小雨-中雨.gif
│ │ │ ├── D小雪.gif
│ │ │ ├── D小雪-中雪.gif
│ │ │ ├── D强沙尘暴.gif
│ │ │ ├── D扬沙.gif
│ │ │ ├── D晴.gif
│ │ │ ├── D暴雨.gif
│ │ │ ├── D暴雨-大暴雨.gif
│ │ │ ├── D暴雪.gif
│ │ │ ├── D沙尘暴.gif
│ │ │ ├── D浮尘.gif
│ │ │ ├── D特大暴雨.gif
│ │ │ ├── D阴.gif
│ │ │ ├── D阵雨.gif
│ │ │ ├── D阵雪.gif
│ │ │ ├── D雨夹雪.gif
│ │ │ ├── D雷阵雨.gif
│ │ │ ├── D雷阵雨伴有冰雹.gif
│ │ │ ├── D雾.gif
│ │ │ ├── Thumbs.db
│ │ │ └── 大雨D.gif
│ │ ├── Icon
│ │ │ ├── CloudyNight.ico
│ │ │ ├── Dew.ico
│ │ │ ├── HailWithFog.ico
│ │ │ ├── PartlyCloudyDay.ico
│ │ │ ├── Rain.ico
│ │ │ ├── Sleet.ico
│ │ │ ├── Snow.ico
│ │ │ ├── Thunder.ico
│ │ │ ├── Tornado.ico
│ │ │ └── WindVane.ico
│ │ ├── Img
│ │ │ ├── d00.gif
│ │ │ ├── d01.gif
│ │ │ ├── d02.gif
│ │ │ ├── d03.gif
│ │ │ ├── d04.gif
│ │ │ ├── d05.gif
│ │ │ ├── d06.gif
│ │ │ ├── d07.gif
│ │ │ ├── d08.gif
│ │ │ ├── d09.gif
│ │ │ ├── d10.gif
│ │ │ ├── d11.gif
│ │ │ ├── d12.gif
│ │ │ ├── d13.gif
│ │ │ ├── d14.gif
│ │ │ ├── d15.gif
│ │ │ ├── d16.gif
│ │ │ ├── d17.gif
│ │ │ ├── d18.gif
│ │ │ ├── d19.gif
│ │ │ ├── d20.gif
│ │ │ ├── d21.gif
│ │ │ ├── d22.gif
│ │ │ ├── d23.gif
│ │ │ ├── d24.gif
│ │ │ ├── d25.gif
│ │ │ ├── d26.gif
│ │ │ ├── d27.gif
│ │ │ ├── d28.gif
│ │ │ ├── d29.gif
│ │ │ ├── d30.gif
│ │ │ ├── d31.gif
│ │ │ ├── n00.gif
│ │ │ ├── n01.gif
│ │ │ ├── n02.gif
│ │ │ ├── n03.gif
│ │ │ ├── n04.gif
│ │ │ ├── n05.gif
│ │ │ ├── n06.gif
│ │ │ ├── n07.gif
│ │ │ ├── n08.gif
│ │ │ ├── n09.gif
│ │ │ ├── n10.gif
│ │ │ ├── n11.gif
│ │ │ ├── n12.gif
│ │ │ ├── n13.gif
│ │ │ ├── n14.gif
│ │ │ ├── n15.gif
│ │ │ ├── n16.gif
│ │ │ ├── n17.gif
│ │ │ ├── n18.gif
│ │ │ ├── n19.gif
│ │ │ ├── n20.gif
│ │ │ ├── n21.gif
│ │ │ ├── n22.gif
│ │ │ ├── n23.gif
│ │ │ ├── n24.gif
│ │ │ ├── n25.gif
│ │ │ ├── n26.gif
│ │ │ ├── n27.gif
│ │ │ ├── n28.gif
│ │ │ ├── n29.gif
│ │ │ ├── n30.gif
│ │ │ └── n31.gif
│ │ └── Night
│ │ ├── N中雨.gif
│ │ ├── N中雨-大雨.gif
│ │ ├── N中雪.gif
│ │ ├── N中雪-大雪.gif
│ │ ├── N冻雨.gif
│ │ ├── N多云.gif
│ │ ├── N大暴雨.gif
│ │ ├── N大暴雨-特大暴雨.gif
│ │ ├── N大雨.gif
│ │ ├── N大雨-暴雨.gif
│ │ ├── N大雪.gif
│ │ ├── N大雪-暴雪.gif
│ │ ├── N小雨.gif
│ │ ├── N小雨-中雨.gif
│ │ ├── N小雪.gif
│ │ ├── N小雪-中雪.gif
│ │ ├── N强沙尘暴.gif
│ │ ├── N扬沙.gif
│ │ ├── N晴.gif
│ │ ├── N暴雨.gif
│ │ ├── N暴雨-大暴雨.gif
│ │ ├── N暴雪.gif
│ │ ├── N沙尘暴.gif
│ │ ├── N浮尘.gif
│ │ ├── N特大暴雨.gif
│ │ ├── N阴.gif
│ │ ├── N阵雨.gif
│ │ ├── N阵雪.gif
│ │ ├── N雨夹雪.gif
│ │ ├── N雷阵雨.gif
│ │ ├── N雷阵雨伴有冰雹.gif
│ │ ├── N雾.gif
│ │ └── Thumbs.db
│ ├── MyLinkLabel.cs
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.5.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── Weather.csproj.FileListAbsolute.txt
│ │ │ ├── Weather.exe
│ │ │ ├── Weather.FormAbout.resources
│ │ │ ├── Weather.FormMain.resources
│ │ │ ├── Weather.FormSet.resources
│ │ │ ├── Weather.pdb
│ │ │ └── Weather.Properties.Resources.resources
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.read.5.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Weather.csproj.FileListAbsolute.txt
│ │ ├── Weather.csproj.GenerateResource.Cache
│ │ ├── Weather.exe
│ │ ├── Weather.FormAbout.resources
│ │ ├── Weather.FormMain.resources
│ │ ├── Weather.FormSet.resources
│ │ ├── Weather.pdb
│ │ └── Weather.Properties.Resources.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Weather.csproj
├── Weather.sln
└── Weather.suo
17 directories, 193 files
C#获取天气实况及未来几天天气情况的源码[原创]
软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),而且包含农历跟星期等信息。软件运行之后默认透明嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。本工具的定时...
文件清单
└── Weather
├── Weather
│ ├── About.bmp
│ ├── About.psd
│ ├── bin
│ │ └── Release
│ │ ├── Config.xml
│ │ ├── Weather.exe
│ │ ├── Weather.pdb
│ │ ├── Weather.vshost.exe
│ │ └── Weather.vshost.exe.manifest
│ ├── FormAbout.cs
│ ├── FormAbout.Designer.cs
│ ├── FormAbout.resx
│ ├── FormMain.cs
│ ├── FormMain.Designer.cs
│ ├── FormMain.resx
│ ├── FormSet.cs
│ ├── FormSet.Designer.cs
│ ├── FormSet.resx
│ ├── Ico.ico
│ ├── Images
│ │ ├── Day
│ │ │ ├── D中雨.gif
│ │ │ ├── D中雨-大雨.gif
│ │ │ ├── D中雪.gif
│ │ │ ├── D中雪-大雪.gif
│ │ │ ├── D冻雨.gif
│ │ │ ├── D多云.gif
│ │ │ ├── D大暴雨.gif
│ │ │ ├── D大暴雨-特大暴雨.gif
│ │ │ ├── D大雨-暴雨.gif
│ │ │ ├── D大雪.gif
│ │ │ ├── D大雪-暴雪.gif
│ │ │ ├── D小雨.gif
│ │ │ ├── D小雨-中雨.gif
│ │ │ ├── D小雪.gif
│ │ │ ├── D小雪-中雪.gif
│ │ │ ├── D强沙尘暴.gif
│ │ │ ├── D扬沙.gif
│ │ │ ├── D晴.gif
│ │ │ ├── D暴雨.gif
│ │ │ ├── D暴雨-大暴雨.gif
│ │ │ ├── D暴雪.gif
│ │ │ ├── D沙尘暴.gif
│ │ │ ├── D浮尘.gif
│ │ │ ├── D特大暴雨.gif
│ │ │ ├── D阴.gif
│ │ │ ├── D阵雨.gif
│ │ │ ├── D阵雪.gif
│ │ │ ├── D雨夹雪.gif
│ │ │ ├── D雷阵雨.gif
│ │ │ ├── D雷阵雨伴有冰雹.gif
│ │ │ ├── D雾.gif
│ │ │ ├── Thumbs.db
│ │ │ └── 大雨D.gif
│ │ ├── Icon
│ │ │ ├── CloudyNight.ico
│ │ │ ├── Dew.ico
│ │ │ ├── HailWithFog.ico
│ │ │ ├── PartlyCloudyDay.ico
│ │ │ ├── Rain.ico
│ │ │ ├── Sleet.ico
│ │ │ ├── Snow.ico
│ │ │ ├── Thunder.ico
│ │ │ ├── Tornado.ico
│ │ │ └── WindVane.ico
│ │ ├── Img
│ │ │ ├── d00.gif
│ │ │ ├── d01.gif
│ │ │ ├── d02.gif
│ │ │ ├── d03.gif
│ │ │ ├── d04.gif
│ │ │ ├── d05.gif
│ │ │ ├── d06.gif
│ │ │ ├── d07.gif
│ │ │ ├── d08.gif
│ │ │ ├── d09.gif
│ │ │ ├── d10.gif
│ │ │ ├── d11.gif
│ │ │ ├── d12.gif
│ │ │ ├── d13.gif
│ │ │ ├── d14.gif
│ │ │ ├── d15.gif
│ │ │ ├── d16.gif
│ │ │ ├── d17.gif
│ │ │ ├── d18.gif
│ │ │ ├── d19.gif
│ │ │ ├── d20.gif
│ │ │ ├── d21.gif
│ │ │ ├── d22.gif
│ │ │ ├── d23.gif
│ │ │ ├── d24.gif
│ │ │ ├── d25.gif
│ │ │ ├── d26.gif
│ │ │ ├── d27.gif
│ │ │ ├── d28.gif
│ │ │ ├── d29.gif
│ │ │ ├── d30.gif
│ │ │ ├── d31.gif
│ │ │ ├── n00.gif
│ │ │ ├── n01.gif
│ │ │ ├── n02.gif
│ │ │ ├── n03.gif
│ │ │ ├── n04.gif
│ │ │ ├── n05.gif
│ │ │ ├── n06.gif
│ │ │ ├── n07.gif
│ │ │ ├── n08.gif
│ │ │ ├── n09.gif
│ │ │ ├── n10.gif
│ │ │ ├── n11.gif
│ │ │ ├── n12.gif
│ │ │ ├── n13.gif
│ │ │ ├── n14.gif
│ │ │ ├── n15.gif
│ │ │ ├── n16.gif
│ │ │ ├── n17.gif
│ │ │ ├── n18.gif
│ │ │ ├── n19.gif
│ │ │ ├── n20.gif
│ │ │ ├── n21.gif
│ │ │ ├── n22.gif
│ │ │ ├── n23.gif
│ │ │ ├── n24.gif
│ │ │ ├── n25.gif
│ │ │ ├── n26.gif
│ │ │ ├── n27.gif
│ │ │ ├── n28.gif
│ │ │ ├── n29.gif
│ │ │ ├── n30.gif
│ │ │ └── n31.gif
│ │ └── Night
│ │ ├── N中雨.gif
│ │ ├── N中雨-大雨.gif
│ │ ├── N中雪.gif
│ │ ├── N中雪-大雪.gif
│ │ ├── N冻雨.gif
│ │ ├── N多云.gif
│ │ ├── N大暴雨.gif
│ │ ├── N大暴雨-特大暴雨.gif
│ │ ├── N大雨.gif
│ │ ├── N大雨-暴雨.gif
│ │ ├── N大雪.gif
│ │ ├── N大雪-暴雪.gif
│ │ ├── N小雨.gif
│ │ ├── N小雨-中雨.gif
│ │ ├── N小雪.gif
│ │ ├── N小雪-中雪.gif
│ │ ├── N强沙尘暴.gif
│ │ ├── N扬沙.gif
│ │ ├── N晴.gif
│ │ ├── N暴雨.gif
│ │ ├── N暴雨-大暴雨.gif
│ │ ├── N暴雪.gif
│ │ ├── N沙尘暴.gif
│ │ ├── N浮尘.gif
│ │ ├── N特大暴雨.gif
│ │ ├── N阴.gif
│ │ ├── N阵雨.gif
│ │ ├── N阵雪.gif
│ │ ├── N雨夹雪.gif
│ │ ├── N雷阵雨.gif
│ │ ├── N雷阵雨伴有冰雹.gif
│ │ ├── N雾.gif
│ │ └── Thumbs.db
│ ├── MyLinkLabel.cs
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.5.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ ├── Weather.csproj.FileListAbsolute.txt
│ │ │ ├── Weather.exe
│ │ │ ├── Weather.FormAbout.resources
│ │ │ ├── Weather.FormMain.resources
│ │ │ ├── Weather.FormSet.resources
│ │ │ ├── Weather.pdb
│ │ │ └── Weather.Properties.Resources.resources
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.read.5.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Weather.csproj.FileListAbsolute.txt
│ │ ├── Weather.csproj.GenerateResource.Cache
│ │ ├── Weather.exe
│ │ ├── Weather.FormAbout.resources
│ │ ├── Weather.FormMain.resources
│ │ ├── Weather.FormSet.resources
│ │ ├── Weather.pdb
│ │ └── Weather.Properties.Resources.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Weather.csproj
├── Weather.sln
└── Weather.suo
17 directories, 193 files