首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

施用yql过滤hacker news的信息

2012-07-30 
使用yql过滤hacker news的信息select * from html where urlhttp://news.ycombinator.com/ andxpath/

使用yql过滤hacker news的信息

select * from html where url="http://news.ycombinator.com/" and  xpath='//tr/td/a[substring(@href,1,4)="http"][@href!="http://ycombinator.com"]'


http://developer.yahoo.com/yql/console/

热点排行