Skip to content

Commit 6961c81

Browse files
committed
发布:《HelloGitHub》第77期
1 parent 4f2af74 commit 6961c81

11 files changed

Lines changed: 363 additions & 11 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HelloGitHub 分享 GitHub 上有趣、入门级的开源项目。**每月 28 号
2020

2121
| :card_index: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
2222
| ------- | ----- | ------------ | ------ | --------- |
23-
| [第 76 期](/content/HelloGitHub76.md) |
23+
| [77 期](/content/HelloGitHub77.md) | [76 期](/content/HelloGitHub76.md) |
2424
| [第 75 期](/content/HelloGitHub75.md) | [第 74 期](/content/HelloGitHub74.md) | [第 73 期](/content/HelloGitHub73.md) | [第 72 期](/content/HelloGitHub72.md) | [第 71 期](/content/HelloGitHub71.md) |
2525
| [第 70 期](/content/HelloGitHub70.md) | [第 69 期](/content/HelloGitHub69.md) | [第 68 期](/content/HelloGitHub68.md) | [第 67 期](/content/HelloGitHub67.md) | [第 66 期](/content/HelloGitHub66.md) |
2626
| [第 65 期](/content/HelloGitHub65.md) | [第 64 期](/content/HelloGitHub64.md) | [第 63 期](/content/HelloGitHub63.md) | [第 62 期](/content/HelloGitHub62.md) | [第 61 期](/content/HelloGitHub61.md) |

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Will be released on the **28th of each month**| [Contributors](https://github.co
2323

2424
| :card_index: | :jack_o_lantern: | :beer: | :fish_cake: | :octocat: |
2525
| ------- | ----- | ------------ | ------ | --------- |
26-
| [NO.76](/content/HelloGitHub76.md) |
26+
| [NO.77](/content/HelloGitHub77.md) | [NO.76](/content/HelloGitHub76.md) |
2727
| [NO.75](/content/HelloGitHub75.md) | [NO.74](/content/HelloGitHub74.md) | [NO.73](/content/HelloGitHub73.md) | [NO.72](/content/HelloGitHub72.md) | [NO.71](/content/HelloGitHub71.md) |
2828
| [NO.70](/content/HelloGitHub70.md) | [NO.69](/content/HelloGitHub69.md) | [NO.68](/content/HelloGitHub68.md) | [NO.67](/content/HelloGitHub67.md) | [NO.66](/content/HelloGitHub66.md) |
2929
| [NO.65](/content/HelloGitHub65.md) | [NO.64](/content/HelloGitHub64.md) | [NO.63](/content/HelloGitHub63.md) | [NO.62](/content/HelloGitHub62.md) | [NO.61](/content/HelloGitHub61.md) |

content/HelloGitHub45.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func main() {
155155
<p align="center"><a href="#目录">🔙 返回目录 🔙</a></p><br>
156156

157157
### Java 项目
158-
13、[SnowJena](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/onblog/SnowJena):基于令牌桶算法实现的分布式无锁限流框架。简单易用的 API,开箱即用、支持熔断降级、动态配置规则、可视化监控等功能。示例代码:
158+
13、[SnowJena](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/onblogs/SnowJena):基于令牌桶算法实现的分布式无锁限流框架。简单易用的 API,开箱即用、支持熔断降级、动态配置规则、可视化监控等功能。示例代码:
159159
```java
160160
public class AppTest {
161161
Logger logger = LoggerFactory.getLogger(getClass());

content/HelloGitHub50.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jbake -s #运行项目
142142

143143
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/50/img/kkFileView.png' style="max-width:80%; max-height=80%;"></img></p>
144144

145-
12、[zfile](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/zhaojun1998/zfile):免费开源的在线云盘项目。功能特性:
145+
12、[zfile](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/zfile-dev/zfile):免费开源的在线云盘项目。功能特性:
146146
- 文件夹密码
147147
- 支持在线浏览文本文件、视频、图片、音乐
148148
- 文件/目录二维码

content/HelloGitHub51.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/51/img/HackChrome.png' style="max-width:80%; max-height=80%;"></img></p>
8484

85-
9、[seaweedfs](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/chrislusf/seaweedfs):一款基于 Go 开发的部署方便、使用简单且强大的分布式文件系统
85+
9、[seaweedfs](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/seaweedfs/seaweedfs):一款基于 Go 开发的部署方便、使用简单且强大的分布式文件系统
8686

8787

8888
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/51/img/seaweedfs.png' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub58.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ echo 'GET http://localhost:8080' | \
9494

9595
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/58/img/apollo.jpg' style="max-width:80%; max-height=80%;"></img></p>
9696

97-
9、[LogiKM](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/didi/LogiKM):功能强大的 Kafka 集群监控和运维管理平台。强大到我一度以为它是付费的,如果你的公司用 Kafka 的话,可以试试主导把这个项目在公司内部用起来,那你离升职和加薪就不远了
97+
9、[KnowStreaming](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/didi/KnowStreaming):功能强大的 Kafka 集群监控和运维管理平台。强大到我一度以为它是付费的,如果你的公司用 Kafka 的话,可以试试主导把这个项目在公司内部用起来,那你离升职和加薪就不远了
9898

9999

100100
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/58/img/Logi-KafkaManager.png' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub69.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/69/img/cutter.png' style="max-width:80%; max-height=80%;"></img></p>
7575

76-
6、[bpftrace](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/iovisor/bpftrace):Linux 高级追踪工具和语言。该工具基于 eBPF 和 BBC 实现了通过探针机制采集内核和程序运行的信息,然后用图表等方式将信息展示出来,帮助开发者找到隐藏较深的 Bug、安全问题和性能瓶颈
76+
6、[bpftrace](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/iovisor/bpftrace):Linux 高级追踪工具和语言。该工具基于 eBPF 和 BCC 实现了通过探针机制采集内核和程序运行的信息,然后用图表等方式将信息展示出来,帮助开发者找到隐藏较深的 Bug、安全问题和性能瓶颈
7777

7878

7979
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/69/img/bpftrace.png' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub70.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ go-pry -i="fmt,math,strconv"
206206

207207
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/70/img/lottery.gif' style="max-width:80%; max-height=80%;"></img></p>
208208

209-
23、[js-sdsl](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/ZLY201/js-sdsl):实用的 JavaScript 数据结构库。实现了 LinkList、Queue、Set、Map 等数据结构,严格的单元测试提供了正确性和性能的保证,可用于各种需要用到高级数据结构的场景
209+
23、[js-sdsl](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/js-sdsl/js-sdsl):实用的 JavaScript 数据结构库。实现了 LinkList、Queue、Set、Map 等数据结构,严格的单元测试提供了正确性和性能的保证,可用于各种需要用到高级数据结构的场景
210210
```html
211211
<script src="https://zly201.github.io/js-sdsl/js-sdsl.min.js"></script>
212212
<script>

content/HelloGitHub73.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void add_user(struct my_struct *s) {
145145
146146
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/73/img/databasir.gif' style="max-width:80%; max-height=80%;"></img></p>
147147
148-
16、[streamx](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/streamxhub/streamx):Flink/Spark 极速开发框架,一站式流数据处理平台。提供开箱即用的流式大数据开发体验,可在平台上统一管理配置、开发、测试、部署、监控、运维的整个过程
148+
16、[streampark](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/streamxhub/streampark):Flink/Spark 极速开发框架,一站式流数据处理平台。提供开箱即用的流式大数据开发体验,可在平台上统一管理配置、开发、测试、部署、监控、运维的整个过程
149149
150150
151151
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img2/master/hellogithub/73/img/streamx.jpg' style="max-width:80%; max-height=80%;"></img></p>

content/HelloGitHub76.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const toolbar = createToolbar({
213213

214214
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img3/master/hellogithub/76/50586840.png' style="max-width:80%; max-height=80%;"></img></p>
215215

216-
23、[naive-ui](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/TuSimple/naive-ui):仅支持 Vue3 的组件库。拥有完善的 TypeScript 类型推导的 Vue3 组件库,拥有 80 多种组件、中文文档,如果你想换换“口味”可以试试它。
216+
23、[naive-ui](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/tusen-ai/naive-ui):仅支持 Vue3 的组件库。拥有完善的 TypeScript 类型推导的 Vue3 组件库,拥有 80 多种组件、中文文档,如果你想换换“口味”可以试试它。
217217

218218
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img3/master/hellogithub/76/373855820.png' style="max-width:80%; max-height=80%;"></img></p>
219219

@@ -395,7 +395,7 @@ tagger.predict(sentence)
395395

396396

397397
<p align="center">
398-
<a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub75.md">『上一期』</a> | <a href='https://github.com/521xueweihan/HelloGitHub/issues/899'>反馈和建议</a> | 『下一期』
398+
<a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub75.md">『上一期』</a> | <a href='https://github.com/521xueweihan/HelloGitHub/issues/899'>反馈和建议</a> | <a href="https://github.com/521xueweihan/HelloGitHub/blob/master/content/HelloGitHub77.md">『下一期』</a>
399399
</p>
400400

401401
---

0 commit comments

Comments
 (0)