我是靠谱客的博主 醉熏大神,这篇文章主要介绍在github上快速找到参考项目的快捷技巧,现在分享给大家,希望可以做个参考。

github是一个大宝库,经常在github上面查找需要的资料,无论是找开源书籍,还是找需要参考的项目demo,如果学习了以下的技巧,那么事半功倍。话不多说,上才艺。 首先登陆github,然后以下操作都是在搜索框中进行。以搜索 “springdemo” 为例:

  1. in:name springdemo 以项目名中包含“springdemo”来搜索
  2. in:readme springdemo 以readme 中包含 "springdemo"来搜索
  3. in:description springdemo 以description中包涵"springdemo"来搜索
  4. in:name springdemo stars>100 以项目名中包含“springdemo”来搜索,并且star数大于100
  5. in:name springdemo forks>100 以项目名中包含“springdemo”来搜索,并且forks数大于100
  6. in:name springdemo language:java 以项目名中包含“springdemo”来搜索,并且编程语言是java
    以上就是在一般搜索的基础上加了一些条件,能够在指定的位置匹配查询到数据,比漫无头绪直接查询"springdemo"高效很多。

最后

以上就是醉熏大神最近收集整理的关于在github上快速找到参考项目的快捷技巧的全部内容,更多相关在github上快速找到参考项目内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(67)

评论列表共有 0 条评论

立即
投稿
返回
顶部