Github搜索技巧

it2024-01-03  59

一、Github搜索技巧

1.1解决网站打开慢的问题

修改dns域名解析

1、打开dns检测网站

http://tool.chinaz.com/dns/

检测github网站:https://github.com/,选择TTL值较低的IP地址

2、修改本地host文件

路径:C:\Windows\System32\drivers\etc

3、添加IP地址

192.30.255.112 http://github.com

4、打开cmd,刷新dns

ipconfig /flushdns

1.2Github搜索技巧

in关键字

搜索项目名里面包含flask

flask in:name

项目的star数大于5000

flask in:name stars:>5000

说明文档里面包含flask的项目

flask in:readme

描述里包含微服务

微服务 in:description

语言限制

微服务 language:python

最后更新时间大于

微服务 language:python pushed:>2020-01-01

搜索google开源项目

python org:google

awesome关键字

awesome匹配优秀的开源项目

awesome python

1.3其他

搜索国内开发者

location:china

开发者粉丝数量

followers:1000

github编程书籍

计算机编程类书籍

https://github.com/justjavac/free-programming-books-zh_CN

微信公众号:哥们并肩走过 作者:逍遥子

最新回复(0)