实例介绍
【实例简介】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
软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),而且包含农历跟星期等信息。软件运行之后默认透明嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。本工具的定时...
【实例截图】
文件清单
└── 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
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论