码迷,mamicode.com
首页 >  
搜索关键字:weather    ( 430个结果
跨域获取json数据
这是天气json的数据,这里是链接,json的数据接口 http://m.weather.com.cn/data/101010100.htmljson的数据格式{"weatherinfo":{"city":"北京","city_en":"beijing","date_y":"2014年3月4 日",...
分类:Web程序   时间:2014-08-22 12:44:06    阅读次数:227
免费的天气预报API--谷歌,雅虎,中央气象台
Google Weather API 仅仅支持美国地区使用邮政编码进行查询,比如:http://www.google.com/ig/api?hl=zh-cn&weather=94043(94043 为 山景城, 美国加州 的邮政编码)而除了美国以外的地区须要使用经纬度坐标作为參数才干运行 Goo.....
分类:Windows程序   时间:2014-08-20 10:26:16    阅读次数:397
php 抓取天气情况 www.weather.com.cn
<?php function getweather($city){ $url="http://www.weather.com.cn/weather1d/".$city.".shtml"; $result=file_get_contents($url); $arr=explode("",$result); $arr1=explode("",$arr[1]); $wt= mb...
分类:Web程序   时间:2014-08-19 09:26:13    阅读次数:165
weather API 天气api接口 收集整理
腾讯 http://sou.qq.com/online/get_weather.php?callback=Weather&city=南京 中国天气-weather.com.cn http://61.4.185.48:81/g/ (根据IP查询城市ID) http://m.weather.com.cn...
分类:Windows程序   时间:2014-08-18 16:13:32    阅读次数:333
免费的天气预报API--谷歌,雅虎,中央气象台
Google Weather API 仅仅支持美国地区使用邮政编码进行查询,比如:http://www.google.com/ig/api?hl=zh-cn&weather=94043(94043 为 山景城, 美国加州 的邮政编码)而除了美国以外的地区须要使用经纬度坐标作为參数才干运行 Goo.....
分类:Windows程序   时间:2014-08-12 12:51:14    阅读次数:439
Android解析中国天气网的Json数据
在Android开发中,一般的APP都是通过获取服务器端的数据来更新UI,从服务器获取到的数据可以是Json,它的数据量要比XML要小,这里解析中国天气网上获取的数据,虽然已经不再更新了,但用来学习还是可以的,为了方便我直接到数据通过txt保存到本地,它的数据可以通过这个页面获取:http://m.weather.com.cn/data/101280601.html 目录结构 其实解析...
分类:移动开发   时间:2014-08-11 21:23:22    阅读次数:379
中国天气网API
中国天气weather.comhttp://m.weather.com.cn/data/101110101.html(六天预报)http://www.weather.com.cn/data/sk/101110101.html(实时天气信息)其中101110101是城市的代码,获得城市代码进入http...
分类:Windows程序   时间:2014-08-07 22:35:48    阅读次数:946
codeforces234C - Weather DP
题意:给你一个序列,问你选定一个K(1 - N-1)值,改变给定序列使得让Ai - Ak 0 成立,问你最少改多少次解题思路:这么水的C。。。正反dp找正负就行解题代码: 1 // File Name: 234c.cpp 2 // Author: darkdream 3 // Created Tim...
分类:其他好文   时间:2014-08-03 17:55:05    阅读次数:311
longitudinal model
1.读数据 excel文件 1.library(RODBC);z<-odbcConnectExcel("weather.xls");(w<-sqlFetch(z,"Sheet1"));odbcClose(z); 选择文件: data=odbcConnectExcel(file.choose());显...
分类:其他好文   时间:2014-07-26 14:16:35    阅读次数:208
天气预报接口api(中国天气网)
中国天气weather.comhttp://m.weather.com.cn/data/101110101.html(六天预报)http://www.weather.com.cn/data/sk/101110101.html(实时天气信息)其中101110101是城市的代码,获得城市代码进入http...
分类:Windows程序   时间:2014-07-25 18:52:02    阅读次数:579
430条   上一页 1 ... 38 39 40 41 42 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!