- UID
- 109996
- 主题
- 注册时间
- 2011-4-28
- 在线时间
- 小时
- 最后登录
- 1970-1-1
该用户从未签到
|
发表于 2011-5-4 10:14:40
|
显示全部楼层
[Variables]
URL=http://m.weather.com.cn/data/101010100.html
URL2=http://www.weather.com.cn/weather/101010100.shtml
Font=方正喵呜体
Farbe=220,220,220,220
;================================================================
[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1500
Url=http://m.weather.com.cn/data/101010100.html
;共有50个参数,10:temp3 20:image5 30:image_title6 40:fl3
RegExp="{"weatherinfo":{"city":"(.*)","city_en":"(.*)","date_y":"(.*)","date":"(.*)","week":"(.*)","fchh":"(.*)","cityid":"(.*)","temp1":"(.*)","temp2":"(.*)","temp3":"(.*)","temp4":"(.*)","weather1":"(.*)","weather2":"(.*)","weather3":"(.*)","weather4":"(.*)","img1":"(.*)","img2":"(.*)","img3":"(.*)","img4":"(.*)","img5":"(.*)","img6":"(.*)","img7":"(.*)","img8":"(.*)","img_single":"(.*)","img_title1":"(.*)","img_title2":"(.*)","img_title3":"(.*)","img_title4":"(.*)","img_title5":"(.*)","img_title6":"(.*)","img_title7":"(.*)","img_title8":"(.*)","img_title_single":"(.*)","wind1":"(.*)","wind2":"(.*)","wind3":"(.*)","wind4":"(.*)","fl1":"(.*)","fl2":"(.*)","fl3":"(.*)","fl4":"(.*)","index":"(.*)","index_d":"(.*)","index48":"(.*)","index48_d":"(.*)","index_uv":"(.*)","index48_uv":"(.*)","index_xc":"(.*)","index_tr":"(.*)","index_co":"(.*)"}}"
StringIndex=1
;Debug=1
;
------------------------------------------
[MeasureDate_y]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=8
[MeasureDate]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=4
[MeasureWeek]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5
--[MeterDate_y]
MeasureName=MeasureDate_y
Meter=STRING
X=190
Y=100
FontColor=220,220,220,220
FontSize=3
StringAlign=Right
StringStyle=BOLD
FontFace=方正喵呜体
AntiAlias=1
--[MeterDate]
MeasureName=MeasureDate
Meter=STRING
X=190
Y=120
FontColor=220,220,220,220
FontSize=8
StringAlign=Right
StringStyle=BOLD
FontFace=方正喵呜体
AntiAlias=1
--[MeterWeek]
MeasureName=MeasureWeek
Meter=STRING
X=190
Y=140
FontColor=220,220,220,220
FontSize=8
StringAlign=Right
StringStyle=BOLD
FontFace=方正喵呜体
AntiAlias=1
麻烦楼主帮我改下吧!我的没有风速,没有湿度什么的。所以看着那些代码有点迷糊。
万分感谢啦。 |
|