GitHub 搜索技巧
GitHub 大约 558 字in
项目名中包含搜索关键字
keyword in:name
描述中包含搜索关键字
keyword in:description
README 中包含搜索关键字
keyword in:readme
name 或 readme 中包含
keyword in:name,readme
stars
>= 大于等于
搜索关键词为springboot
且star
数量大于5000
的项目
springboot stars:>=5000
<= 小于等于
springboot stars:<=5000
.. 区间范围
springboot stars:1000..5000
fork
springcloud forks:>500
组合使用
搜索关键词为springboot
,star
数量大于等于5000
,fork
数量在100
到2000
之间
springboot stars:>=5000 forks:100..2000
awesome
收集学习、工具、书籍类相关的项目
awesome redis
搜索作者
搜索位置为shanghai
且主要语言为java
的作者
location:shanghai language:java
趋势排行榜
阅读 1551 · 发布于 2021-05-23
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Spring Boot 静态资源设置缓存控制 Max-Age 返回头阅读 528
-
macOS 使用 Colima 代替 Docker Desktop阅读 689
-
走进 Rust:泛型阅读 2363
-
MyBatis ${} 和 #{} 区别阅读 668
-
走进 Rust:HashMap 集合阅读 3487
-
软考-系统架构设计师:数据仓库与数据挖掘阅读 2063
-
MySQL 内置函数之时间函数阅读 1971
-
软考-系统架构设计师:电子商务阅读 1547
-
Prometheus+Grafana+mysqld_exporter 监控 MySQL阅读 1431
-
Docker 部署 Tomcat阅读 1624