摘要:google,msn,百度,一搜------多么乐互联网索引量统计-----2004-04-26 (全文共70432字)——点击
此处阅读全文
摘要:Keso 洪波的blog 搜索统计---多么乐互联网索引量统计-----2004-04-25 (全文共5100字)——点击
此处阅读全文
摘要:google,msn,百度,一搜------多么乐互联网索引量统计-----2004-04-22
如果你想分析你贵网站的索引量情况,请登陆:
http://www.domolo.com/domolo/domoloindex/index.aspx
(全文共25766字)——点击
此处阅读全文
摘要:google,msn,百度,一搜------多么乐互联网索引量统计-----2004-04-22
上面的结果很让人吃惊:难道搜索引擎不公平!!!
就是你在 google上量多,不一定在baidu上量多,以此类推。。。
如果搜索引擎不公平那么。。。。 太可怕了 (全文共21375字)——点击
此处阅读全文
摘要:关于lucene发展和多语言实现的方向 (全文共2998字)——点击
此处阅读全文
摘要:google,msn,百度,一搜------多么乐互联网索引量统计-----2004-04-20 (全文共3091字)——点击
此处阅读全文
摘要:google,msn,百度,一搜------多么乐互联网索引量统计-----2004-04-19 (全文共6544字)——点击
此处阅读全文
摘要:多么乐互联网搜索引擎索引量统计 简介 (全文共2597字)——点击
此处阅读全文
摘要:2005-04-17多么乐互联网索引量统计 (全文共962字)——点击
此处阅读全文
摘要:多么乐互联网 google索引量统计 (全文共5216字)——点击
此处阅读全文
摘要:Web新标准:Ajax 的一些资源汇总 (全文共3409字)——点击
此处阅读全文
摘要: 程序员必须要做的事(z) (全文共2471字)——点击
此处阅读全文
摘要:夜已深,万籁俱寂。忽然屋顶瓦片响动,
(全文共998字)——点击
此处阅读全文
小叮咚机器人Web版发布(体验使用Ajax)
以前小叮咚只能通过 msn 和 qq 两种途径访问,现在我添加了 web 访问的方式
地址:
http://www.domolo.com/domolo/xiaodingdong/index.aspx
原因有2个:
1、想提供除msn和qq以外的一个web页面来让大家访问;
2、想多多使用一下最新的Ajax的技术;
想了解更多的Ajax方面的消息,可以看我的一些连接:
http://360.yahoo.com/tcf960
希望大家能喜欢。
机器人聊天
网摘
近日心情
爱吧
CtrlC 源代码搜索引擎
ask jeeves 准备发布开源的桌面搜索引擎
在ask Jeeves的blog上他们写道:
Ask Jeeves Blog: Mozilla's On Fire: "We discussed Ask Jeeves desktop search and the notion of open-sourcing it. We're open at two levels. Contributing just the core desktop indexing technology or possibly the entire desktop search application. They discussed how/what they would evaluate before accepting a major piece of code/product contribution: code size, internationalization, etc. Whether or not we partner with Mozilla on this effort, Chris and team thought it was a good idea for us to pursue overall."
也就是说可能发布一个全新的搜索引擎或者仿照lucene发布一个核心的搜索组件。
说起这个我觉得Clucene也可以作为一个桌面搜索引擎的核心组件,只不过桌面搜索要求更高。
比如:文件格式种类繁多;
索引文件空间不能太大;
要在机器cpu闲置的时候使用等等。
另外Clucene是采用stl编写的,也是个学习的好范例。