<?php/*http://fanyi.youdao.com/openapi.do?keyfrom=weifan&key=791593512&type=data&doctype=<doctype>&version=1.1&q=要翻译的文本方倍工作室http://www.cnblogs.com/txw1958/CopyRight2013www.doucube.comAllRightsReserved*/traceHttp();def..
分类:
微信 时间:
2015-06-12 22:22:08
阅读次数:
348
免费api大全(更新中)API大全 http://www.apidq.com/ (这个碉堡了)天气接口 气象局接口 完整数据:http://m.weather.com.cn/data/101010100.html解析用例 当天数据:http://www.weather.com.cn/data...
首先在配置文件中配置路由‘URL_ROUTER_ON‘=>true,‘URL_ROUTE_RULES‘=>array(‘index/:wather‘=>‘Api/read‘,),在控制器中<?php//本类由系统自动生成,仅供测试用途namespaceHome\Controller;//表示当前类是Home模块下的控制器类useThink\Controller\RestController;/..
分类:
Web程序 时间:
2015-05-15 18:03:35
阅读次数:
131
编写路由:
'URL_ROUTER_ON' => true, //开启路由
'URL_ROUTE_RULES'=>array(
'index/:weather'=>'Index/index',
),
控制器内:
<?php
namespace Home\Controller;
use Think\Controller\RestController;
class ...
分类:
Web程序 时间:
2015-05-15 10:39:31
阅读次数:
190
接口用的百度的天气接口:
http://api.map.baidu.com/telematics/v3/weather?location=北京&output=json&ak=yourkey
百度ak申请地址:http://lbsyun.baidu.com/apiconsole/key
城市用spinner类存放,读取xml文件,填充到spinner中。xml文件时在本地的res/ra...
分类:
移动开发 时间:
2015-04-26 21:16:40
阅读次数:
308
一.开源免费的天气接口:1.百度免费天气接口:百度天气接口说明:根据经纬度/城市名查询天气的结果百度天气接口示例:1.http://api.map.baidu.com/telematics/v3/weather?location=北京&output=json&ak=yourkey接口参数说明:参数类...
分类:
其他好文 时间:
2015-04-08 12:56:18
阅读次数:
371
问题:提供天气信息的网站有很多,每家的数据及格式都不同,为了适配各种不同的天气接口,写了如下程序。代码如下:package mainimport ( "encoding/json" "errors" "fmt" "regexp" "strconv" "strings")var s str...
分类:
编程语言 时间:
2015-04-03 19:15:18
阅读次数:
164
百度天气接口之前有篇随笔是说中国气象的天气接口的,但那个接口不是很稳定,用一段时间过后就会获取不到数据了。随笔地址:http://www.cnblogs.com/liangstudyhome/p/3700420.html1.最近看到百度有个天气接口,拿来用了用,感觉挺好的,这里就说说这个接口了百度提...
分类:
移动开发 时间:
2015-01-13 21:23:02
阅读次数:
606
写在前面今天在群里有朋友使用一个天气api,觉得挺实用的,就记录一下。省的以后再花费功夫去找。地址:http://www.k780.com/api,在这个网站提供了实用的几种接口,比如查询ip,天气,身份证等信息。参数介绍一个例子 1 2 3 4 5 天气 6 7 ...
分类:
Web程序 时间:
2014-12-23 22:34:58
阅读次数:
208
首先 在准备编写程序之前有几点准备工作
1首先需要调节Android的DNS地址。(这个我会在末尾提及)
http://www.eoeandroid.com/forum.php?mod=viewthread&tid=309756&page=1#pid3230430
2Android中的SMS短信的控制。(这个我会在末尾提及)
http://blog.csdn.net/xieqibao/...
分类:
移动开发 时间:
2014-11-19 02:00:15
阅读次数:
252