美文网首页ios
github搜索技巧

github搜索技巧

作者: 黎峰麟 | 来源:发表于2019-01-04 09:50 被阅读1次

iOS stars:>0

如何查看一门语言的 Repository 排行榜(按 stars 数量排)?language:Swift stars:>0
以 Objective-C 为例,直接在输入框中输入 language:Objective-C stars:>0,
然后再在右侧排名选项中选择 Most stars。
为什么有些数据模糊搜索不到?
比如,输入搜索关键字 “collectionView”,然后在左侧边栏 Languages 中选择 Objective-C ,发现搜索结果中没有 “PSTCollectionView” 这个Repository,实际上,如果搜索的是 “PSTCollectionView” 的话,确实是能搜索到的。

从搜索结果中来看,“collectionView” 是被作为一个单词整体来进行搜索的,所以搜到的结果都是 Repository name 或者 description 中出现以 “collectionView” 开头或者包含 “-collectionView” 的单词的 Repository。

所以为了能搜索到更多想要的结果,我们最好以单词为单位,用 OR 将各个关键字拼接起来进行搜索,例如,搜 “CollectionView OR UICollectionView OR collection” 而不是 “collectionView”。

相关文章

  • Github 搜索技巧

    Github 的资源对于广大开发者来说真是个宝藏,那么除了在搜索框里输入关键字再回车之外,我们还可以怎么用呢?一般...

  • Github 搜索技巧

    搜索一些好东西: Awesome + 你的关键字 github中国区排名: location:china 点...

  • Github搜索技巧

    # Github搜索技巧在search栏搜索开源项目##名字搜索`In:name spring boot` **搜...

  • Github搜索技巧

    in:name关键词 in:descripton关键词 in:readme关键词 stars:>数字:Star数超...

  • GitHub搜索技巧

    GitHub上托管了很多的开源项目,如何快速检索到自己感兴趣的项目? Awesome + 关键字 Awesome系...

  • GitHub搜索技巧

    不整那些花里胡哨的,直接上干货…… Github搜索是有技巧的,以我需要找一个spring boot,thymel...

  • github搜索技巧

    iOS stars:>0 如何查看一门语言的 Repository 排行榜(按 stars 数量排)?langua...

  • Github搜索技巧

    写在最前,本文转自掘金[https://juejin.cn/post/6937908330362994702] 开...

  • GitHub搜索技巧

    前言 经常会在GitHub[https://so.csdn.net/so/search?q=GitHub&spm=...

  • 大佬们都在用的github高级技巧

    搜索技巧https://github.com/search/advanced[https://github.com...

网友评论

    本文标题:github搜索技巧

    本文链接:https://www.haomeiwen.com/subject/nufhrqtx.html