在Github找自己想要的的项目

点击进入github
1
.首先进入到github的首页;搜索框搜(先关键字搜索)
in:name + 你的找的项目

比如:

复制代码
in:name Sping Boot

**2.**进一步检索(点赞数高的)

复制代码
in:name Sping Boot star:>1000

3.如何要找最新的(追加pushed+时间)

复制代码
in:name Sping Boot star:>1000 pushed:>2024-05-25

4.复制人数大于2000的

复制代码
in:name Sping Boot star:>1000 pushed:>2024-05-25 forks:>2000

通过这种方式找到自己想要的项目了。

找开源项目的一些途径

https://github.com/trending/See what the GitHub community is most excited about today.

https://github.com/521xueweihan/HelloGitHub分享 GitHub 上有趣、入门级的开源项目

科技爱好者周刊GitHub - ruanyf/weekly: 科技爱好者周刊,每周五发布

https://www.zhihu.com/column/mm-fe[阿里妈妈前端快爆](https://www.zhihu.com/column/mm-fe "阿里妈妈前端快爆")
特殊的查找资源小技巧-常用前缀后缀

• 找百科大全 awesome xxx

• 找例子 xxx sample

• 找空项目架子 xxx starter / xxx boilerplate

• 找教程 xxx tutorial
拿到源码后(五步走)

1.先把项目跑起来;

2.然后读懂主干代码;

3.画出流程图(自己看懂就行)

4.读懂枝干代码(选自己感兴趣的)

5.自己动手写代码

相关推荐
极光技术熊5 小时前
Spring AI 从入门到精通:构建你的 AI 开发知识体系
后端·github
用户39483951075536 小时前
怎么让我的 Agent 真正"懂"我?——关于记忆、经验学习与预测的一些真实体验
github
远航_12 小时前
git submodule
前端·后端·github
fthux13 小时前
如果你用 Mac,那你可能需要 Noti Shift
macos·开源·github
努力的小雨1 天前
我用 QClaw 做了个 Web3 陪学助手,专治 Java 程序员的“概念劝退”
经验分享·ai智能
程序员天天困1 天前
Loop Engineering 实战:/goal 命令让 AI 自己写完整项目
github
徐小夕1 天前
我们开源了一款“框架无关”的思维导图编辑器,3分钟集成到任意系统
前端·javascript·github
小爷毛毛_卓寿杰1 天前
我把 397B 的「Agentic 大脑」塞进了 Xinference,一键部署 Nex-N2
人工智能·架构·github
小爷毛毛_卓寿杰1 天前
我把一个 3B 模型塞进了 Xinference,然后它干掉了 DeepSeek V3.2
人工智能·开源·github
凌奕1 天前
别用文档约束你的 Agent:聊聊 Agent 开发流程的思想
llm·github·agent