
CSS
懒懒阳光
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Ruby]试用Hpricot抓百度新歌榜
Hpricot支持像jQurey一样的Css Selector下面的代码抓取百度新歌Top100的歌名及歌手名单:require "open-uri"require "hpricot"doc = open("http://list.mp3.baidu.com/list/newhits.html?id=1#top1") { |f| Hpricot(f) }doc.search(".borde原创 2007-02-08 17:28:00 · 3239 阅读 · 0 评论 -
[beta]Aptana with Radrails and RDT
Aptana Rails IDE Beta with RadRails and RDT The Aptana Rails IDE is an integrated development environment for the Ruby on Rails framework.Web Features Free and open source; cross原创 2007-04-22 14:38:00 · 2026 阅读 · 0 评论