0
点赞
收藏
分享

微信扫一扫

GitHub案例搜索指南

路西法阁下 2022-02-07 阅读 93

简介

程序员在日常开发和学习过程中总是离不开 `github` ,比方要搜索开源优秀项目案例,代码学习教程,编程百科资料等。如果缺少合适的搜索方式,会导致搜索出来的结果总是不尽人意,不符合要求。

遇到以上的情况,其实只要用好国外开发者的仓库命名习惯,就可以方便快速的进行查询,具体例子可以查看下文 搜索技巧

搜索技巧

搜百科大全

xxx awesome

例如我要查询 nodejs 相关的百科资料,则搜索 node awesome,结果如下,排名第一的就是 nodejs 学习资料合集
![image.png](https://img-blog.csdnimg.cn/img_convert/8bb602ab25ea302572fad976a3f47d80.png#clientId=u7343ba90-5a10-4&crop=0&crop=0&crop=1&crop=1&from=paste&height=1494&id=u48d7dce4&margin=[object Object]&name=image.png&originHeight=1494&originWidth=836&originalType=binary&ratio=1&rotation=0&showTitle=false&size=253117&status=done&style=none&taskId=u3a0fe913-26b8-4930-91dd-883ff1d68f1&title=&width=836)

找例子

xxx simple

例如我们要查询关于 nodejs 中 express 框架的例子,则可以搜索 express simple,结果如下,会出现各种场景下的 express 案例
![image.png](https://img-blog.csdnimg.cn/img_convert/86d3bb5387ec22b1cd0f5530cacbdd5e.png#clientId=u7343ba90-5a10-4&crop=0&crop=0&crop=1&crop=1&from=paste&height=1413&id=uc4367c88&margin=[object Object]&name=image.png&originHeight=1413&originWidth=877&originalType=binary&ratio=1&rotation=0&showTitle=false&size=252206&status=done&style=none&taskId=u5015e22f-a127-4773-b5c4-95c8036ddd9&title=&width=877)

找空项目架子

xxx starter

例如我要查询关于国外现在很火的 nestjs 框架的空项目架子,则可以搜索 nestjs starter,搜索结果如下

![image.png](https://img-blog.csdnimg.cn/img_convert/5e80e230d1d2c281613e8bfd65ae3d28.png#clientId=u7343ba90-5a10-4&crop=0&crop=0&crop=1&crop=1&from=paste&height=1508&id=ucca5d804&margin=[object Object]&name=image.png&originHeight=1508&originWidth=907&originalType=binary&ratio=1&rotation=0&showTitle=false&size=284678&status=done&style=none&taskId=u28528e2b-f800-4800-ae4e-6782ec043f3&title=&width=907)

找技术教程

xxxx tutorial

例如我要查询关于 kafka 的技术教程,则可以搜索 kafka tutorial,搜索结果如下
![image.png](https://img-blog.csdnimg.cn/img_convert/db545ad86e933e321c49bd586a0557ec.png#clientId=u7343ba90-5a10-4&crop=0&crop=0&crop=1&crop=1&from=paste&height=1255&id=u6fad1f3f&margin=[object Object]&name=image.png&originHeight=1255&originWidth=808&originalType=binary&ratio=1&rotation=0&showTitle=false&size=199838&status=done&style=none&taskId=u168e29c3-2443-4781-a533-18f6eb0543e&title=&width=808)

举报

相关推荐

github搜索案例

github高级搜索

github高效搜索

Github搜索技巧

GitHub 高级搜索技巧

GitHub开源项目搜索

github搜索技巧小结

0 条评论