你先看看下面这篇文章,Ref:
http://soface.spaces.live.com/blog/cns!D03898AE7646E814!440.entry其实非常简单,在Google的搜索栏里试一下输入下面的内容,就可以找到关于xp的软件:
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:"index of" (iso|gho) "xp"
意思是在url里面不包含htm/html/php/asp的,而在网页的title中包含"index of",网页内容中包含iso或gho,并且内容中包含"xp"的网页。为什么会选择"index of"这个关键字呢,因为"index of"就是下载页面中最明显区别于其它网页的词。
同样的方法,我们可以找mp3音乐:
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:"index of" (mp3|wma) "孙燕姿"
找电影:
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:"index of" (rmvb|wmv) "经典"
找电子书:
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:"index of" (chm|pdf) "ebook"
--------------------------------
刚才查了一下还有更多查询技巧可以看:
解释一下:
“
-”表示不包含,取反的意义;
“
-inurl:htm”在(in)URL中不包含htm关键字,我们知道网页的扩展名一般有htm, html, asp, jsp, php 这样查找出来的东东就是文件了。
很不错,经常使用google的朋友应该好好学习一下。
实践一下:
找电子书,与java相关的:
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:"index of" (pdf) "ebook" "java"
找linux下载:
-inurl:htm -inurl:html -inurl:php -inurl:asp intitle:"index of" (iso) "linux"
真的很不错。。。
阅读(4014) | 评论(8) | 转发(0) |