码迷,mamicode.com
首页 >  
搜索关键字:weather    ( 430个结果
中央气象局天气预报接口---java实现
一:接口地址 接口地址: http://www.weather.com.cn/data/sk/101010100.html http://www.weather.com.cn/data/cityinfo/101010100.html http://m.weather.com.cn/data/101010100.html url中的101010100是城市代码,...
分类:编程语言   时间:2015-02-04 14:49:02    阅读次数:232
python 读取yahoo 天气api 获取北京天气情况
代码如下: #!/usr/bin/env?python #?coding=utf-8 import?urllib2 import?xml.dom.minidom try: ????url="http://weather.yahooapis.com/forecastrss?u=c&w=2151330" ????request?=?urllib2.Reque...
分类:编程语言   时间:2015-01-30 16:20:21    阅读次数:404
心知天气 - 返回API内容[JSON串]
1 "status": "OK", //状态信息。正常返回时值为"OK",异常时返回具体错误信息。 2 "weather": [{ //城市天气数组。同时查询多个城市时,该数组则包含多个对象。 ...
分类:Windows程序   时间:2015-01-30 15:04:10    阅读次数:987
weka控制台指令
java weka.classifiers.trees.J48 -t data/weather.arffjava 类的完整名称 -t表示下一个参数是训练数据集的名称java weka.classifiers.trees.J48 -h查看java命令行中各个参数的具体含义-h or -help ...
分类:其他好文   时间:2015-01-26 20:58:21    阅读次数:430
iOS ASI--POST请求
发POST请求,需要用到专门的类:#import "ASI/ASIFormDataRequest.h"示例代码: // 设置url NSURL *url = [NSURL URLWithString:@"http://api.openweathermap.org/data/2.5/weather"....
分类:移动开发   时间:2015-01-26 06:31:33    阅读次数:250
Android 车联网天气
天气查询车联网APIhttp://developer.baidu.com/map/index.php?title=car/api/weatherhttp://api.map.baidu.com/telematics/v3/weather?location=%E8%8B%8F%E5%B7%9E&out...
分类:移动开发   时间:2015-01-19 12:19:46    阅读次数:207
json剥离
String json=get("http://www.weather.com.cn/data/cityinfo/101010100.html"); JSONObject jsonObject2 =new JSONObject(json); ...
分类:Web程序   时间:2015-01-16 16:13:29    阅读次数:212
weather compare
分类:其他好文   时间:2015-01-13 14:08:32    阅读次数:129
中国天气预报数据API收集
天气预报只有当天和未来几天的数据接口,如果想知道历史天气,我还没找到哦。中央气象局台的天气数据API接口有三个:1:http://www.weather.com.cn/data/sk/101010100.html [mw_shl_code=java,true]{"weatherinfo":{"cit...
分类:Windows程序   时间:2015-01-03 17:11:22    阅读次数:539
Android HttpURLConnection
1.HttpURLConnection连接URL1)创建一个URL对象URL url = new URL(http://weatherapi.market.xiaomi.com/wtr-v2/weather?cityId=101190101);2)利用HttpURLConnection对象从网络中获...
分类:移动开发   时间:2014-12-31 16:02:02    阅读次数:161
430条   上一页 1 ... 33 34 35 36 37 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!