旺福志
搜索引擎,算法,Java
摘要: 原文来自http://www.allapplabs.com/interview_questions/java_interview_questions.htm翻译:Zeng Yuetian转载请注明出处Q031:What is the difference between declaring a variable and defining a variable?声明一个变量和定义一个变量有什么区别?... 阅读全文
posted @ 2010-02-04 21:10 yuetiantian 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 原文来自http://www.allapplabs.com/interview_questions/java_interview_questions.htm翻译:Zeng Yuetian转载请注明出处。Q021:How can one prove that the array is not null but empty using one line of code?如何能够用一行代码证明该arra... 阅读全文
posted @ 2010-02-03 21:48 yuetiantian 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 原文来自http://www.allapplabs.com/interview_questions/java_interview_questions.htm翻译:Zeng Yuetian转载请注明出处。Q011:What is an Iterator?什么是Interator?A:Some of the collection classes provide traversal of their c... 阅读全文
posted @ 2010-02-02 22:10 yuetiantian 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 原文来自http://www.allapplabs.com/interview_questions/java_interview_questions.htm翻译:Zeng Yuetian转载请注明出处。 Q001: What is the difference between an Interface and an Abstract class? 接口和抽象类之间的区别是什么? A: An abs... 阅读全文
posted @ 2010-01-26 21:08 yuetiantian 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 朴素字符串算法通过两层循环来寻找子串,好像是一个包含模式的“模板”沿待查文本滑动。 [代码] 阅读全文
posted @ 2009-11-15 22:23 yuetiantian 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 原文来自http://zhangyu8374.javaeye.com/blog/86307反向索引(Inverted Index) 反向索引是一种索引结构,它存储了单词与单词自身在一个或多个文档中所在位置之间的映射。反向索引通常利用关联数组实现。它拥有两种表现形式:inverted file index,其表现形式为 {单词,单词所在文档的ID}full inverted index,其表现形式为... 阅读全文
posted @ 2009-11-15 21:19 yuetiantian 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://uwei.blogbus.com/logs/11424864.html 外行人做互联网,很多概念不懂。就拿最基础的“召回率”和“准确率”这种概念,看看网上资料知道大概,自己用的时候,脑子里绕着弯儿能想明白,可碰到别人活用的时候,脑子里还是没法一下子反应过来,还是要绕弯想一下... 阅读全文
posted @ 2009-11-15 17:10 yuetiantian 阅读(4556) 评论(0) 推荐(0) 编辑
摘要: 转载请注明来自yuetiantian搜索引擎研究,http://www.cnblogs.com/yuetiantian 1. 新建java项目 2. 下载java mail 包,地址在 https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-St... 阅读全文
posted @ 2009-11-08 10:48 yuetiantian 阅读(615) 评论(0) 推荐(0) 编辑
摘要: Robots exclusion standard From Wikipedia, the free encyclopedia (Redirected from Robots exclusion protocol) Jump to: navigation, search For restricting Wikipedia bots, see Temp... 阅读全文
posted @ 2009-11-07 19:14 yuetiantian 阅读(467) 评论(0) 推荐(0) 编辑
摘要: l 参考其他SEO从业人员是如何做自己的网站的。l SEO带来的流量,能不能把潜在的客户变成自己的客户,需要企业和网站去努力。l SEO会破坏用户体验,如何把用两者协调好,需要网站策划的时候就要考虑。l SEO不能代替其他的营销模式,只是主动去实施,但结果不由自己控制的营销手段,需要持之以恒。l 搜索引擎需要专注l 搜索引擎需要人工和自动相结合。 阅读全文
posted @ 2009-11-01 19:44 yuetiantian 阅读(137) 评论(0) 推荐(0) 编辑