zoukankan      html  css  js  c++  java
  • google搜索引擎使用

    部分引用 http://yearslater.me/2017/06/15/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E/

    1 最好用 这个网址 http://www.google.com/ncr 这个网址不受国家限制

    2 优先使用英文关键字搜索

    3 技巧

    3.1 加号 逻辑与

    在google的输入框里: 空格被Google理解为 ‘+’ 号。

    另外过分常用的、单独存在没有意义的词汇往往被忽略掉,

    比如冠词 ‘a'、’the‘;

    介词’of‘、’in'、‘on’、‘at’、‘to’;

    连词‘and’、‘or’、‘but’;

    从属连词‘that’、‘which’、‘when’;

    代词‘my’、‘this’、‘them’等等。

    3.2 引号 精确匹配

     “”: 精确匹配,其格式为:“+查询词+”; 不对查询词拆分

    3.3 减号 逻辑非 其格式为:查询词+空格+-查询词(-号前加空格)

    苹果 -日报
    返回包含苹果但不包含日报的页面

    3.4 星号 用来替代任意字符串
    比如 ”the next * example of censorship“

    3.5 波浪号 ~
    把波浪号加在某个单词前面,是告诉google,除了给出的关键字之外,还要搜索与波浪号后面的那个单词相关的词汇。 比如 ” the importance of ~censorship"

    3.6
    ..: 数字范围,其格式为:查询词+空格+数字+..+数字
    
    
    搜索技巧 2015..2016
    
    
    

    (常用来限定时间)

    3.7

    site: 在特定网站内搜索,其格式为:查询词+空格+site:网址

    
    
    谷歌 搜索技巧 site:zhihu.com

    3.8

    filetype: 特定文件搜索,其格式为:查询词+空格+filetype:格式

    搜索技巧 filetype:doc
    

    (常用的格式有:office(doc,docx,ppt,pptx,xls,xlsx)、Adobe(swf,pdf)等更多)

    3.9 关键词

    cheatsheet tricks awesome tutorial example cookbook
    XXX Best practise
    best programming resource

    在学习任何一个领域的内容的时候,这几个关键词都用得上。以python为例,我们可以搜索:

      • python tutorial
      • python tricks
      • python cookbook 
        ……


  • 相关阅读:
    VS2010 自动跳过代码现象
    Reverse Linked List II 【纠结逆序!!!】
    Intersection of Two Linked Lists
    Linked List Cycle II
    Remove Nth Node From End of List 【另一个技巧,指针的指针】
    Swap Nodes in Pairs
    Merge Two Sorted Lists
    Remove Duplicates from Sorted List
    Linked List Cycle
    Dungeon Game
  • 原文地址:https://www.cnblogs.com/shidexiao/p/9649249.html
Copyright © 2011-2022 走看看