【代码周边】-GitHub笔记

------------恢复内容开始------------

程序员的宝库github是个好东西,其中开源的项目足够我们的使用,但是如何去精准的获取我们的项目是很多初学者的问题。特别是英语不好的我,一看到就头疼。不积跬步无以至千里,把笔记做起来。

in:name example 名字中有“example”
in:readme example readme中有“example”
in:description example 描述中有“example”
stars:>1000 star>1000
forks:>1000 fork>1000
pushed:>2019-09-01 2019年9月1日后有更新的
language:java 用Java编写的项目

github自带的高级搜索:https://github.com/search/advanced

github详细解说:https://help.github.com/en/github/searching-for-information-on-github/searching-for-repositories

怎么看开源是否符合自己的需要:看用到的技术点,文档整理等

------------恢复内容结束------------

猜你喜欢

转载自www.cnblogs.com/shendidi/p/12605288.html