Github精准检索技巧
Posted huangyj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Github精准检索技巧相关的知识,希望对你有一定的参考价值。
主要内容:
如何精准检索(name、description、readme)
如何查看项目火热程度(限制Stars数)
如何查询项目近期更新过
为了描述方便,首先任意打开一个github界面如下:
1.在名字中搜索“spring boot”
加一个限制,加星数>3000,可见只有9个符合条件
2.在描述中搜索“爬虫”
同理在检索框输入: in:description 爬虫
进而,限制语言为python: in:description 爬虫 language:python
进而,限制最后一次更新时间大于2019/9/3: in:description 爬虫 language:python pushed:>2019-09-03
3.在readme中搜索“spring boot”
同理在检索框输入: in:readme spring boot
进而,限制语言为java,星星数大于1500,在2019年更新过: in:readme spring boot language:java stars:>1500 pushed:>2019-01-01
参考:
https://www.bilibili.com/video/av75587104
以上是关于Github精准检索技巧的主要内容,如果未能解决你的问题,请参考以下文章