[豆知识] hello google

night_stalker 2009-10-05
最基本的 and or 引号就不提了。

>>= 精确度

多写几遍以表示你比较重视这个词
kampfer inu 
kampfer inu inu


文件类型
"connan m13" filetype:mkv


in 系列
inanchor:"tech stuff"
intitle:"hello world"
inurl:"say-more"
intext:"iphone"

待验证:把文件类型放在 inurl 可以找到不少 filetype 找不到的信息?

站内搜索
site:acfun.cn


不忽略常用词(前加 +)
+a


edit: 排除
closure -lisp


google 自动去掉各种符号,可以用转义解决:
// url 转义
groovy %3F%3A operator
// html 转义
"3+4<5"


做转义这种事情,最方便的就是打开 irb。ruby 转义用的 api
require 'cgi'
CGI.escape '?:'        #=>"%3F%3A"
CGI.escapeHTML '3+4<5' #=>"3+4&lt;5"


网页发布日期限定(注意为儒略日(Julian Date)整数……)
daterange:2455000-2455090

Julian Date 写道
It's the number of days that have passed since January 1, 4713 B.C.

require 'date'
Date.jd 2455000 # 儒略日转成西元
Date.today.jd   # 今天是第几个儒略日?
# note: jd != ajd (Astronomical Modified Julian Day)

ruby Date 参考
http://www.ruby-doc.org/stdlib/libdoc/date/rdoc/index.html


>>= 广泛度

搜缓存页(一种 爪巴 土啬)
cache:blogger.com


显示摘要(学习 SEO 关键字……)
info:codytaylor.org


查电话
phonebook:"大姨妈"


链接到 xx网 的网页(发散思维)
link:python.com


相关网站(和点击"类似结果"效果相同)
related:niconico.com


DON'T FORGET BING AND WOLFRAM

RednaxelaFX 2009-10-05
都写了加号,别漏了减号啊~搜:
closure -lisp
就是要closure关键字但过滤掉其中有lisp关键字的
night_stalker 2009-10-05
edit ... ed

more operators:
http://www.googleguide.com/advanced_operators.html
iaimstar 2009-11-23
手动mark。。

ns  Gj
Global site tag (gtag.js) - Google Analytics