Skip to content

Commit

Permalink
honey, why you so cute
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhug committed Jul 19, 2021
1 parent 151ee54 commit 51e3a40
Show file tree
Hide file tree
Showing 11 changed files with 412 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules/
.vscode/
.idea/
.DS_Store
package-lock.json
package-lock.json
vendor
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* [插入排序](algorithm/sort/insert_sort.md)
* [希尔排序](algorithm/sort/shell_sort.md)
* [归并排序](algorithm/sort/merge_sort.md)
* [优先队列及堆排序](algorithm/heaplike/heaps.md)
* [优先队列及堆排序](algorithm/heaps.md)
* [快速排序](algorithm/sort/quick_sort.md)
* [查找算法](algorithm/search.md)
* [哈希表:散列查找](algorithm/search/hash_find.md)
Expand Down Expand Up @@ -106,6 +106,16 @@

感谢她(他)们给作者送去温暖,让作者有更好的动力边吃辣条边写文章!

## 广告位招租

广告位招租板块:

作者在多年实践中抽离出了多个轮子,特别推荐。

1. Golang实现的Redis分布式锁:[gorlock](https://github.com/hunterhug/gorlock) ,支持续命,工程必备。
2. Golang封装的爬虫请求库:[marmot](https://github.com/hunterhug/marmot) ,功能齐全,写爬虫,对接第三方HTTP接口非常方便。
3. Golang实现的分布式Session库:[gosession](https://github.com/hunterhug/gosession) ,支持Web令牌操作,支持单点登录。

## 版权所有

本开源书籍分发使用 `Apache License`,您可以随意传阅,但请保留以下声明:
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* [插入排序](algorithm/sort/insert_sort.md)
* [希尔排序](algorithm/sort/shell_sort.md)
* [归并排序](algorithm/sort/merge_sort.md)
* [优先队列及堆排序](algorithm/heaplike/heaps.md)
* [优先队列及堆排序](algorithm/heaps.md)
* [快速排序](algorithm/sort/quick_sort.md)
* [查找算法](algorithm/search.md)
* [哈希表:散列查找](algorithm/search/hash_find.md)
Expand Down
2 changes: 1 addition & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* [插入排序](algorithm/sort/insert_sort.md)
* [希尔排序](algorithm/sort/shell_sort.md)
* [归并排序](algorithm/sort/merge_sort.md)
* [优先队列及堆排序](algorithm/heaplike/heaps.md)
* [优先队列及堆排序](algorithm/heaps.md)
* [快速排序](algorithm/sort/quick_sort.md)
* [查找算法](algorithm/search.md)
* [哈希表:散列查找](algorithm/search/hash_find.md)
Expand Down
Loading

0 comments on commit 51e3a40

Please sign in to comment.