最近做乙個專案,客戶需要顯示手機所在地的天氣資訊!
前端js獲取位置資訊:
(此處介面獲取今後四天的天氣資訊,包括對應天氣小)
*通過isnight()確定晝夜天氣
/**$city 城市名(如:北京)
$temp 實時溫度
$weatherlist 今後四天天氣
$todayweather 當天天氣
$bgimg 天氣狀況圖示
*/public function weather($value='')
}/**
預設白天:6:40 -- 18:40
*/public function isnight($btime='6:40',$etime='18:40')
附:
根據經緯度獲取城市資訊:
//根據經緯度獲取位置資訊
public function place($lat='34.53952',$lng='113.39044')
其他天氣介面:
/**
$city 城市名(如:北京)
$weather 所有天氣資訊
$temp 實時溫度
$bgimg 天氣
$forecast 今後五天預報
$todayweather 當天天氣
*/public function weather($value='')
/**預設白天:6:40 -- 18:40
*/public function isnight($btime='6:40',$etime='18:40')
//天氣
public function weatherimg($value='')
return $img;
}
天氣預報的獲取
好久沒有寫技術文章了,2010年工作太忙,奔波在國內各地,也沒什麼時間關注一些技術方面的事情,最近有乙個專案封閉開發,有些時間來寫些瑣碎的東西,就當是整理下最近的東西吧,沒什麼技術價值,純粹玩玩而已。本篇是獲取qq天氣預報資訊,獲取的是杭州的當天天氣,如果需要獲取未來三天以及其他城市的,做成配置即可...
Linux下的語音天氣預報指令碼
本文映象自作者blog http www.csksoft.net blog post linux weatherforecast.html 這是最近我剛在家裡部署的乙個程式,主要功能就是在每天的特定時間 7 30 以及 18 30 計算機將自動用中文人聲朗讀出當天以及後一天的天氣情況 預報。天氣預報...
天氣預報模組的實現
一 執行效果圖 二 核心 1.weatheradapter的 public class weatheradapter extends arrayadapter public view getview int position,view convertview,viewgroup viewgroup ...