提交 a67639e8 编写于 作者: 二丫讲梵

简化周刊

上级 25f660db
blank_issues_enabled: true
contact_links:
- name: 📜 weekly-issues
url: https://github.com/eryajf/Learning-Weekly/issues
about: 推荐项目或文章时请先在issue列表搜索一下是否已有相关的issue并被收录,如果没有,请选择不同类别模板提交issue。
\ No newline at end of file
---
name: [文章推荐/文章自荐]
about: 如果要推荐自己或他人的优秀文章,请点击此模板。
title: "【文章推荐/文章自荐】xxxxxxxxx"
labels: ["article-recommendation"]
---
<!-- 请尽量按照如下规范提交信息,以便管理员审核。 -->
- 文章标题:
- 文章链接: <!-- 如果是翻译文章,可再添加原文链接 -->
- 文章摘要: <!--(可选) -->
- 截图: <!--(可选) -->
---
name: [工具推荐/工具自荐]
about: 如果要推荐自己或他人的优秀工具,请点击此模板。
title: "【工具推荐/工具自荐】xxxxxxxxx"
labels: ["tools-recommendation"]
---
<!-- 请尽量按照如下规范提交信息,以便管理员审核。 -->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
- 博客地址:xxxx
- 简单说明:xxxx
\ No newline at end of file
---
name: [开源推荐/开源自荐]
about: 如果要推荐自己或他人的开源项目,请点击此模板。
title: "【开源推荐/开源自荐】xxxxxxxxx"
labels: ["open-source-recommendation"]
---
<!-- 请尽量按照如下规范提交信息,以便管理员审核。 -->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!-- 填写github项目地址 -->
- 项目地址:xxx
<!-- 填写项目官网(可选) -->
- 项目官网:xxx
<!-- 填写项目语言类别 -->
- 语言类别:xxx
<!-- 填写项目标题 -->
- 项目标题:xxxx
<!-- 填写项目描述 -->
- 项目描述:xxxxx
<!-- 项目示例,截图(可选) -->
- 截图: xxxxxxxxx
\ No newline at end of file
name: Sync Github Repos To Gitee
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Sync Github Repos To Gitee #名字随便起
uses: Yikun/hub-mirror-action@v1.0 #使用Yikun开发的hub-mirror-action
with:
src: github/eryajf #源端账户名
dst: gitee/eryajf #目的端账户名
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} #SSH密钥对中的私钥,即 id_rsa
dst_token: ${{ secrets.GITEE_TOKEN }} #Gitee账户的私人令牌
account_type: user #账户类型
clone_style: "ssh" #使用ssh方式进行clone,也可以使用https
debug: true #启用后会显示所有执行命令
force_update: true #启用后,强制同步,即强制覆盖目的端仓库
static_list: "Learning-Weekly" #静态同步列表,在此填写需要同步的仓库名称,可填写多个
timeout: '600s' #git超时设置,超时后会自动重试git操作
\ No newline at end of file
![logo](https://ae01.alicdn.com/kf/HTB1oFMme79E3KVjSZFG76319XXap.png ':size=100') ## 学习周刊
# Learning-Weekly 欢迎投稿,推荐或自荐项目/文章/博客,请提交 [issue](https://github.com/eryajf/Learning-Weekly/issues)
> 💻学习📝记录🔗分享 这里记录我每周工作学习过程中遇到学到的优秀开源项目,优秀文章,以及优秀博客。有很多优秀的内容,都值得被铭记,值得被分享,值得被更多人学习,周刊想通过这里每周的记录分享,一方面强化自己对优秀内容的认识与学习,另一方面能够把优质内容统一汇总,以飨大众。
[源码](https://github.com/eryajf/Learning-Weekly) 周刊的内容会以运维技术和Golang为主,以及GitHub上优秀项目或经验。已经经过一次筛选过滤的内容,质量不会太差,在你空闲无事的时候,可以过来随便看看,必能有所收益。
[浏览](README.md)
\ No newline at end of file 你也可以在我的博客 [https://wiki.eryajf.net/pages/11c668/](https://wiki.eryajf.net/pages/11c668/) 查看汇总周刊。
\ No newline at end of file
---
title: 学习周刊-总第1期-2021年第18周
titleTag: 原创
date: 2021-05-08 20:50:23
permalink: /pages/11c668/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
这里记录我每周工作学习过程中遇到学到的优秀开源项目,优秀文章,以及优秀博客。有很多优秀的内容,都值得被铭记,值得被分享,值得被更多人学习,我想通过这里每周的记录分享,一方面强化自己对优秀内容的认识与学习,另一方面能够把优质内容统一汇总,以飨大众。
### 1,开源项目
------
- 项目地址:[kubedog](https://github.com/werf/kubedog)
- 项目说明:Kubedog是一个库,用于监视和跟踪CI / CD部署管道中的Kubernetes资源。同时它也提供了一个二进制cli程序,让我们能够快速通过命令行对刚刚构建成功的应用状态做一些观测与打印。
- 相关文章:[通过kubedog助力应用部署的状态监测与打印](https://wiki.eryajf.net/pages/5383.html)
------
- 项目地址:[quay](https://github.com/quay/quay)
- 项目说明:Red Hat 开源镜像仓库,类似harbor
- 相关文章:[私有镜像仓库选型:Harbor VS Quay](https://supereagle.github.io/2019/11/23/harbor-vs-quay/)
------
- 项目地址:[wxwork-bot-go](https://github.com/vimsucks/wxwork-bot-go)
- 项目说明:企业微信群机器人接口 Golang 封装,对比了很多,这个好用
- 相关文章:[参考项目README说明。](https://github.com/vimsucks/wxwork-bot-go/blob/master/README.md)
------
- 项目地址:[go-gitlab](https://github.com/xanzy/go-gitlab)
- 项目说明:一个GitLab API客户端,使Go程序能够以简单统一的方式与GitLab进行交互
- 相关文章:[官方接口文档](https://pkg.go.dev/github.com/xanzy/go-gitlab?utm_source=godoc)
------
- 项目地址:[notable](https://github.com/notable/notable)
- 项目说明:一个Markdown编辑器,看起来对比typora多了标签等功能,不过好像没有实时渲染的功能。
- 相关文章:[官网](https://notable.app/)
![Notable](http://t.eryajf.net/imgs/2021/09/6198a8ec84b805d6.jpg)
------
- 项目地址:[buildkit](https://github.com/moby/buildkit)
- 项目说明:比docker build拥有更多新特性的构建工具,应用得当能够带来很高的提效。
- 相关文章:[官方博客介绍](https://blog.mobyproject.org/introducing-buildkit-17e056cc5317)
------
### 2,优秀文章
------
- [压测nginx出现no live upstreams while connecting to upstream的问题分析](https://cloud.tencent.com/developer/article/1743145)
- 实践参考文中的思路以及方法,调优之后的压测效果达到了调优之前的2倍之多。
----
- [Linux 跟踪连接netfilter 调优](https://www.cnblogs.com/xiangsikai/p/9525287.html)
- 如题
----
- [万字总结,体系化带你全面认识 Nginx !](https://juejin.cn/post/6942607113118023710)
- 一个前端同学写的Nginx汇总知识,值得浏览以及收藏。
----
- [蚂蚁构建服务演进史](https://mp.weixin.qq.com/s/2Yt1YS3QcVb_pxYqaKrxKA)
- 讲述了蚂蚁的构建发展以及不同阶段的技术方案,学到了一个 `buildkit`
----
- [基于BuildKit优化Dockerfile的构建](https://mp.weixin.qq.com/s/OjeQsalkthe-YksIe0HtVg)
- 在这个工具众多新特性当中,目前比较能够切中我的痛点的,就是分阶段构建时,能够挂载缓存的功能,这将为编译性的分阶段构建镜像,带来许多倍的提效!
------
### 3,优秀博客
------
- 博客地址:[PoorOPS](https://www.poorops.com/)
- 简单说明:运维博客,作者分享了很多不错的运维实践。
------
- 博客地址:[latte Studio](https://lattestudio.github.io/)
- 简单说明:一个来过公司面试的运维小伙伴,博客内容不错,包含运维以及go的基础知识。
------
- 博客地址:[怀老师](https://blog.dugwang.com/)
- 简单说明:PHP,Nginx,Linux,还有生活文章
------
- 博客地址:[Tony Bai](https://tonybai.com/)
- 简单说明:go开发者,作者坚持写了多年博客,其中还给两个女儿创建博客,非常有意思
------
- 博客地址:[Robin Blog](https://supereagle.github.io/)
- 简单说明:go开发者,Mac,云原生
------
- 博客地址:[KLBLOG](http://www.kailing.pub/index/index.html)
- 简单说明:Java开发者,但是典型的诠释了Java开发者全面发展的高素养
------
\ No newline at end of file
---
title: 学习周刊-总第2期-2021年第19周
titleTag: 原创
date: 2021-05-15 20:50:41
permalink: /pages/b7b690/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### 1,开源项目
------
- 项目地址:[Weibo-Picture-Store](https://github.com/Semibold/Weibo-Picture-Store)
- 项目说明:早在18年折腾图床的时候,发现有人推荐微博图床,而这个插件,是体验了众多图床之后,最好用的一个。
- 相关文章:[谷歌应用商店插件地址](https://chrome.google.com/webstore/detail/%E5%BE%AE%E5%8D%9A%E5%9B%BE%E5%BA%8A/pinjkilghdfhnkibhcangnpmcpdpmehk)
----
- 项目地址:[kube-prometheus](https://github.com/prometheus-operator/kube-prometheus)
- 项目说明:使用Prometheus监视Kubernetes和在Kubernetes上运行的应用程序
- 相关文章:[官方文档](https://prometheus-operator.dev/)
----
- 项目地址:[etcdmanager](https://github.com/gtamas/etcdmanager)
- 项目说明:一个etcd客户端,看起来不错,只不过有好久没更新了。
- 相关文章:[官网](https://etcdmanager.io/)
------
### 2,优秀文章
------
- [如何查看、修改Linux弹性云服务器的内核参数?](https://support.huaweicloud.com/intl/zh-cn/ecs_faq/ecs_faq_1327.html)
- 华为云官方文档针对Linux内核参数的说明。
----
- [TCP connect EADDRNOTAVAIL(99)错误原因分析](http://blog.chinaunix.net/uid-20662820-id-3371081.html)
- 主机扩容时内核参数没有优化好,从而在压测时引发的一波错误,此文从根本上讲解了此问题原因。
----
- [Adblock Plus过滤器说明](https://adblockplus.org/en/filter-cheatsheet)
- 代理配置匹配规则说明,忘了的时候,可以过来看看。
----
- [如何用prometheus监控k8s集群中业务pod的metrics](https://my.oschina.net/xiaominmin/blog/3066208)
- 基于k8s自身发现机制来监控pod中的透出的metrics指标。
----
- [用Prometheus监控K8S,目前最实用的部署方式都说全了](https://dbaplus.cn/news-134-3247-1.html)
- 基于k8s自身发现机制来监控pod中的透出的metrics指标。
----
- [超详细教程使用Github和阿里云加速拉取国外Docker镜像](https://blog.csdn.net/katch/article/details/102575084)
- 日常构建有拉不下来的镜像,可以通过这种方式借助阿里云进行拉取
----
- [生产prometheus-operator 监控二进制kubernetes](https://www.cnblogs.com/shoufu/p/14235357.html)
- 监控k8s实践
----
- [Kubernetes集群用户指南](https://www.alibabacloud.com/help/zh/doc-detail/86987.htm)
- 阿里云k8s文档
------
### 3,优秀博客
------
- 博客地址:[Huang Huang 的博客](https://mozillazg.com/)
- 简单说明:Python,Go,LeetCode
----
- 博客地址:[DevOps运维笔记](http://docs.idevops.site/)
- 简单说明:Jenkins系列实战很不错,以及其他一些devops方面工具
----
- 博客地址:[乱世浮生](https://atbug.com/)
- 简单说明:kubernetes,DevOps,微服务
----
- 博客地址:[k8s生态](https://zhuanlan.zhihu.com/container)
- 简单说明:知乎专栏,k8s相关文章
----
- 博客地址:[超级小豆丁](http://www.mydlq.club/)
- 简单说明:k8s,Java相关,作者是一个认真的分享者。
----
- 博客地址:[Vermouth](http://www.xuyasong.com/)
- 简单说明:云原生,k8s,etcd,值得阅读。
----
- 博客地址:[张首富](https://www.cnblogs.com/shoufu/)
- 简单说明:作者的文章很用心,值得学习。
------
\ No newline at end of file
---
title: 学习周刊-总第3期-2021年第20周
titleTag: 原创
date: 2021-05-20 20:50:51
permalink: /pages/63bddd/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### 1,开源项目
------
- 项目地址:[clashX](https://github.com/yichengchen/clashX)
- 项目说明:Mac端优秀的代理工具。
- 相关文章:[配置讲解](https://docs.cfw.lbyczf.com/contents/ui.html)[规则配置文件](https://github.com/Loyalsoldier/clash-rules)
----
- 项目地址:[划词翻译](https://hcfy.limingkai.cn/)
- 项目说明:最好用的划词翻译工具,装浏览器必备。
- 相关文章:[官方博客](https://hcfy.limingkai.cn/blog)
----
- 项目地址:[skooner](https://github.com/skooner-k8s/skooner)
- 项目说明:一款k8s-dashboard工具。
- 相关文章:[README文档](https://github.com/skooner-k8s/skooner/blob/master/README.md)
----
- 项目地址:[Awesome Prometheus alerts](https://awesome-prometheus-alerts.grep.to/)
- 项目说明:开箱即用的prometheus告警规则合集。
- 相关文章:[github地址](https://github.com/samber/awesome-prometheus-alerts)
----
- 项目地址:[kubebox](https://github.com/astefanutti/kubebox)
- 项目说明:k8s终端版管理工具。
----
- 项目地址:[k8gb](https://github.com/k8gb-io/k8gb)
- 项目说明:它是 Kubernetes 的全局负载均衡解决方案,致力于使用多个 LB 策略来满足地理上分散的 Kubernetes 集群之间的流量负载均衡,从而满足区域故障转移以实现高可用的需求。
- 相关文章:[官方文档](https://www.k8gb.io/)
----
- 项目地址:[wowchemy-hugo-modules](https://github.com/wowchemy/wowchemy-hugo-modules)
- 项目说明:创建在线课程,学术简历或初创网站,有空学习一下,有可能做一个自己的站。
- 相关文章:[官网](https://wowchemy.com/zh/)
----
- 项目地址:[ksniff](https://github.com/eldadru/ksniff)
- 项目说明:k8s集群的pod网络抓包工具。
- 相关文章:[README](https://github.com/eldadru/ksniff/blob/master/README.md)
----
- 项目地址:[esm](https://github.com/medcl/esm)
- 项目说明:比esdump更好用的es数据互导工具。
- 相关文章:[README](https://github.com/medcl/esm/blob/master/README.md)
----
- 项目地址:[wxbackup](http://wxbackup.imxfd.com/)
- 项目说明:微信聊天记录导出工具。
- 相关文章:[官网](http://wxbackup.imxfd.com/)
----
- 项目地址:[Edgeless](https://github.com/EdgelessPE/Edgeless)
- 项目说明:一款开源的优秀PE工具。
- 相关文章:[官网](https://home.edgeless.top/)
------
### 2,优秀文章
------
- [uTools 官方插件下载](https://api.u-tools.cn/Plugins/developer/allPlugins)
- uTools官方备份保留的插件下载地址。
----
- [运维备忘单](https://cs.leops.cn/#/)
- 配置,脚本等内容。
------
### 3,优秀博客
------
- 博客地址:[roc](https://imroc.cc/)
- 简单说明:云原生,istio。
----
- 博客地址:[洛竹的官方网站](https://youngjuning.js.org/)
- 简单说明:一个前端同学,博客内容竟然如此丰富,可见博主是个多么热爱学习的人。
----
- 博客地址:[Escape](https://www.escapelife.site/)
- 简单说明:运维开发,内容丰富,文章质量很高
----
- 博客地址:[Devops充电宝](https://www.aiopsclub.com/)
- 简单说明:运维,k8s,文章挺用心。
----
- 博客地址:[Lework](https://lework.github.io/)
- 简单说明:运维,Python,ansible,k8s
----
- 博客地址:[Killer Whale](https://killerwhale.iquantex.com/)
- 简单说明:DevOps系列文档
------
\ No newline at end of file
---
title: 学习周刊-总第4期-2021年第21周
titleTag: 原创
date: 2021-05-29 20:51:01
permalink: /pages/1441fd/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### 1,开源项目
------
- 项目地址:[opsant](https://github.com/unixhot/opsant)
- 项目说明:赵班长负责的云原生开源运维平台,期待后续更多功能开放
- 相关文章:[官网](https://www.opsany.com/)
----
- 项目地址:[VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics)
- 项目说明:快速,经济高效的监控解决方案和时间序列数据库,可用于prometheus或grafana的存储
- 相关文章:[官方文档](https://docs.victoriametrics.com/)[官网](https://victoriametrics.com/)
----
- 项目地址:[Tree-Style-History](https://github.com/tumuyan/Tree-Style-History)
- 项目说明:浏览器插件,树状展示浏览器历史记录
- 相关文章:[chrome网上应用商店地址](https://chrome.google.com/webstore/detail/tree-style-history/khcenbpnhbeplojhaolbpldmoppicold)
----
- 项目地址:[AwesomeSearch](https://github.com/lockys/AwesomeSearch)
- 项目说明:网上各种awesome套娃式生长,这里可以搜索很多awesome
- 相关文章:[在线访问](https://awesomelists.top/)
----
- 项目地址:[duf](https://github.com/muesli/duf)
- 项目说明:比du更好看的磁盘空间占用查看工具
- 相关文章:[README](https://github.com/muesli/duf/blob/master/README.md)
------
### 2,优秀文章
------
- [Go安全指南](https://github.com/Tencent/secguide/blob/main/Go%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md)
- 腾讯出品的go语言开发tips
----
- [Go 语言优秀资源整理,为项目落地加速](https://cs.leops.cn/#/)
- 作者收集整理了一大批go语言项目,值得关注,[开源地址](https://github.com/shockerli/go-awesome)
---
- [看房一个半月体会](https://mp.weixin.qq.com/s/RUGMOMqC8y_B0fMV4ayiBQ)
- 作者真切的描绘了一个普通人看房买房的心情
---
- [万字总结,体系化带你全面认识 Linux 系统安全强化](https://mp.weixin.qq.com/s/r2uCYZt5aEYecXcwDvmeEQ)
- 安全方面,内核优化等
------
### 3,优秀博客
------
- 博客地址:[liqiankun](https://qiankunli.github.io/)
- 简单说明:go,java
----
- 博客地址:[kubernetes实践指南](https://k8s.imroc.io/)
- 简单说明:作者转到[别处](https://imroc.cc/k8s/best-practice/)更新了,不过这里的文章还值得看。
----
- 博客地址:[羡辙杂俎](http://zhangwenli.com/)
- 简单说明:一个前端女子,热爱开源,内容有趣
----
- 博客地址:[格物](https://shockerli.net/)
- 简单说明:go,github
----
- 博客地址:[腾讯云压测团队](https://cloud.tencent.com/developer/team/pressuretestteam)
- 简单说明:里边的文章有不少可以借鉴学习的
----
- 博客地址:[Junedayday Blog](http://junes.tech/)
- 简单说明:go
----
- 博客地址:[Coding-Notes](https://notes.abelsu7.top/#/)
- 简单说明:内容及其丰富,佩服[作者](https://abelsu7.top/)为此花费的心血
-----
- 博客地址:[小弟调调](https://wangchujiang.com/)
- 简单说明:作者创建了许多高质量的分享
------
\ No newline at end of file
---
title: 学习周刊-总第5期-2021年第22周
titleTag: 原创
date: 2021-06-05 20:51:13
permalink: /pages/a7976d/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### 1,开源项目
------
- 项目地址:[zadig](https://github.com/koderover/zadig)
- 项目说明:Zadig 是 KodeRover 公司基于 Kubernetes 自主设计、研发的开源分布式持续交付 (Continues Delivery) 产品,为开发者提供云原生运行环境,支持开发者本地联调、微服务并行构建和部署、集成测试等。
- 相关文章:[官方文档](https://docs.koderover.com/zadig)
----
- 项目地址:[github-markdown-toc](https://github.com/ekalinin/github-markdown-toc)
- 项目说明:给GitHub仓库中README生成TOC目录的工具,支持本地远程
- 相关文章:[README](https://github.com/ekalinin/github-markdown-toc/blob/master/README.md)
----
- 项目地址:[gitalk](https://github.com/gitalk/gitalk)
- 项目说明:一个基于 GitHub Issue 和 Preact 开发的评论插件,可用于Hugo,docsify等静态博客。
- 相关文章:[中文文档](https://github.com/gitalk/gitalk/blob/master/readme-cn.md)[在线示例](https://gitalk.github.io/)
----
- 项目地址:[shields](https://github.com/badges/shields)
- 项目说明:markdown中自定义徽标
- 相关文章:[在线访问](https://shields.io/category/license)
----
- 项目地址:[kubectl-debug](https://github.com/aylei/kubectl-debug)
- 项目说明:便捷地进行 Kubernetes 上的 Pod 排障诊断
- 相关文章:[中文说明](https://github.com/aylei/kubectl-debug/blob/master/docs/zh-cn.md)
----
- 项目地址:[vuepress](https://github.com/vuejs/vuepress)
- 项目说明:以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作
- 相关文章:[中文官网](https://vuepress.vuejs.org/zh/)
----
- 项目地址:[awesome-vuepress](https://github.com/vuepress/awesome-vuepress)
- 项目说明:如名
- 相关文章:
----
- 项目地址:[vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)
- 项目说明:一款设计非常优秀的vuepress博客主题
- 相关文章:[官方文档](https://doc.xugaoyi.com/)
----
- 项目地址:[vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope)
- 项目说明:又一款不错的vuepress博客主题
- 相关文章:[官方文档](https://vuepress-theme-hope.github.io/zh/)
------
### 2,优秀文章
------
- [GitHub与Gitee双向自动同步](https://www.bahuangshanren.tech/github%E4%B8%8Egitee%E5%8F%8C%E5%90%91%E8%87%AA%E5%8A%A8%E5%90%8C%E6%AD%A5/)
- gitee没有自动同步功能,通过`Github Actions`我们可以实现这个需求
----
- [Go 语言优秀资源整理,为项目落地加速](https://cs.leops.cn/#/)
- 作者收集整理了一大批go语言项目,值得关注,[开源地址](https://github.com/shockerli/go-awesome)
------
### 3,优秀博客
------
- 博客地址:[团队领袖计划](https://leader.js.cool/)
- 简单说明:职场经验,人生感悟,内容丰富
----
- 博客地址:[Java 全栈知识体系](https://www.pdai.tech/)
- 简单说明:Java技术栈
----
- 博客地址:[IT外卖小哥](https://clay-wangzhi.com/)
- 简单说明:博客朋友王植同学的博客,非常有心,内容丰富
----
- 博客地址:[awesome-bookmarks](https://panjiachen.github.io/awesome-bookmarks/)
- 简单说明:作者将自己的网络收藏夹做成了博客形式
----
- 博客地址:[前端禅意花园](http://www.yuanchengcheng.vip/)
- 简单说明:作者虽步入互联网,却颇有一份热爱文学的气息
----
- 博客地址:[全栈直通车](https://www.sofineday.com/)
- 简单说明:作者很有心,博客标签为:努力做个影响他人滴人
------
\ No newline at end of file
---
title: 学习周刊-总第6期-2021年第23周
titleTag: 原创
date: 2021-06-10 20:51:24
permalink: /pages/8d96d6/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins)
- 项目说明:使用如下命令安装所有`brew install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize suspicious-package apparency quicklookase qlvideo`
- 相关文章:[维基](https://en.wikipedia.org/wiki/Quick_Look)
----
- 项目地址:[go-bindata](https://github.com/go-bindata/go-bindata)
- 项目说明:支持将静态文件打入到go二进制当中
- 相关文章:[README](https://github.com/ekalinin/github-markdown-toc/blob/master/README.md)
----
- 项目地址:[gotable](https://github.com/liushuochen/gotable)
- 项目说明:开箱即用,在命令行通过表格形式输出我们想要打印的东西
- 相关文章:[说明文档](https://blog.csdn.net/TCatTime/article/details/103068260)
----
- 项目地址:[json-to-go](https://github.com/mholt/json-to-go)
- 项目说明:可以直接将json转换成go结构体,方便定义
- 相关文章:[在线访问](https://mholt.github.io/json-to-go/)
----
- 项目地址:[cobra](https://github.com/spf13/cobra)
- 项目说明:一款命令行cli包
- 相关文章:[说明文档](https://cobra.dev/)
------
### 2,优秀文章
------
- [Linux中strace的输出直接grep](https://www.coder.work/article/1873973)
- strace 直接执行没办法直接grep,这是因为strace将其所有输出写入stderr,而不是stdout,使用 `2>&1` 可以将之转化。
----
- [使用 Linux 的 strace 命令跟踪/调试程序的常用选项](https://linux.cn/article-3935-1.html)
- 文章介绍了几种常见的系统调用追踪
----
- [Mac电脑安装pip](http://www.javashuo.com/article/p-zaeanxfx-eu.html)
- 通过文中介绍的方式,亲测安装成功
----
- [Go语言-打包静态文件](https://c.isme.pub/2019/01/10/go-static/)
- 文章介绍了几种将静态文件打包进二进制的工具
----
- [Golang之使用Cobra](https://o-my-chenjian.com/2017/09/20/Using-Cobra-With-Golang/)[cobra 包简介](https://www.cnblogs.com/sparkdev/p/10856077.html)[golang常见库cobra](https://segmentfault.com/a/1190000023382214)
- 介绍了cobra的使用姿势
------
### 3,优秀博客
------
- 博客地址:[**Casstiel**](https://c.isme.pub/)
- 简单说明:go,docker,Linux,内容不错
----
- 博客地址:[EnjoyToShare](https://wugenqiang.github.io/)
- 简单说明:内容丰富,是个有心的博主
------
\ No newline at end of file
---
title: 学习周刊-总第7期-2021年第24周
titleTag: 原创
date: 2021-06-19 21:36:18
permalink: /pages/39eeb9/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:**[Imagine](https://github.com/meowtec/Imagine)**
- 项目说明:一款优秀,优雅,高效的图片压缩工具,而且压缩之后清晰度几乎无损
- 相关文章:[README](https://github.com/meowtec/Imagine/blob/master/README.md)
### **2,优秀文章**
------
- [github 上各式各样的小徽章从何而来?](https://segmentfault.com/a/1190000019552597)
- 文章详解讲解了小徽章的制作以及使用。
----
- [15 张精美动图全面讲解 CORS](https://juejin.cn/post/6856556746706518024)
- 优秀的文章,优雅的传播
----
- [Nginx入门(二)Nginx echo 模块的使用](https://www.jianshu.com/p/a636ca5fa8fa)
- 如题
----
- [修改hosts为何不生效,是DNS缓存?](https://www.cnblogs.com/hustskyking/p/hosts-modify.html)
- 如题
----
- [Elasticsearch 的一些常见疑问](https://segmentfault.com/a/1190000015431596)
- 讲解了es时区问题
------
### **3,优秀博客**
------
- 博客地址:[Summer's blog](https://www.xswsym.online/)
- 简单说明:运维博客,内容丰富,作者很有心
----
- 博客地址:[说说我的生活](https://www.sanghangning.cn/)
- 简单说明:很有意思的博客,里边的旅程记录自己的足迹,很不错
----
- 博客地址:[oyohyee](https://www.oyohyee.com/)
- 简单说明:一个全面的开发者,博客里的[优秀博客订阅](https://www.oyohyee.com/friends)很不错
----
- 博客地址:[Vuepress Tools](https://z3by.github.io/vuepress-tools/)
- 简单说明:vuepress 相关主题以及插件集中地
----
- 博客地址:[Barret李靖](https://barretlee.com/entry/)
- 简单说明:作者经营博客多年,里边有很多很丰富的内容
------
\ No newline at end of file
---
title: 学习周刊-总第8期-2021年第25周
titleTag: 原创
date: 2021-06-26 21:36:28
permalink: /pages/626efb/
categories:
- 周刊
- 学习周刊
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[jenkinsctl](https://github.com/dougsland/jenkinsctl)
- 项目说明:go语言写的Jenkins命令行工具,可以根据此项目,学习人家的思路
- 相关文章:[README](https://github.com/dougsland/jenkinsctl/blob/main/README.md)
----
- 项目地址:**[go-gitlab](https://github.com/xanzy/go-gitlab)**
- 项目说明:gitlab交互的go client,集成度很高,贴合gitlab原生api的风格
- 相关文章:[client-docs](https://pkg.go.dev/github.com/xanzy/go-gitlab#GroupsService),[gitlab官方api](https://docs.gitlab.com/archives/)
### **2,优秀文章**
- [hiredis](http://www.cxyzjd.com/article/u013705128/81708448)
- PHP添加redis模块儿时报错,此处文档给了解决方案
----
- [提案:保护公共 Go 模块生态系统](https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#proxying-a-checksum-database%EF%BC%89%E3%80%82)
- 文章介绍了go sumdb的诞生始末
----
- [记一次HTTP POST请求变成GET请求](https://www.jianshu.com/p/3ab8ba6040bc)
- 301,307转发的区别,注:目前腾讯clb默认重定向是301
----
- [ansible-uri模块儿](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/uri_module.html)
- 文档详细介绍了该模块儿的用法,可以直接模拟curl请求。
------
### **3,优秀博客**
------
- 博客地址:[推酷](https://www.tuicool.com/a/)
- 简单说明:内容丰富的技术科技IT社区,里边的周刊很不错
----
- 博客地址:[zifangsky的个人博客](https://www.zifangsky.cn/)
- 简单说明:Java,Linux,作者还坚持每年读书
----
- 博客地址:[NSQ 指南](https://doc.yonyoucloud.com/doc/wiki/project/nsq-guide/index.html)
- 简单说明:nsq官方文档中文版
----
- 博客地址:[《青春拍岸》](https://mobilesite.github.io/corpus/)
- 简单说明:一个博主的个人文集,我的诗意青春也不远了
----
- 博客地址:[白云辉博客](https://www.yuque.com/kshare)
- 简单说明:公司同事博客,内容丰富
---
- 博客地址:[zifangsky的个人博客](https://www.zifangsky.cn/)
- 简单说明:Java,Linux,作者还坚持读书,很难得
---
- 博客地址:[**风哥博客**](https://www.guji.work/)
- 简单说明:运维开发
------
\ No newline at end of file
---
title: 学习周刊-总第9期-2021年第26周
titleTag: 原创
date: 2021-07-05 23:45:36
permalink: /pages/c28202/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[BookmarkHub](https://github.com/dudor/BookmarkHub)
- 项目说明:BookmarkHub 是一款浏览器插件,可以将书签同步到GitHub,从而在不同浏览器之间同步你的书签。
- 相关文章:[README](https://github.com/dudor/BookmarkHub/blob/main/README_cn.md)
----
- 项目地址:[packer](https://github.com/hashicorp/packer)
- 项目说明:Packer 提供了一种代码定义云产品系统镜像的能力,适合定义哪些基础镜像。
- 相关文章:[官网](https://www.packer.io/)
------
### **2,优秀文章**
------
- [https://mtool.wpjam.com/change-domain/](https://mtool.wpjam.com/change-domain/)
- WordPress域名更换sql生成器
----
- [WordPress博客更换域名必须要注意的九点](http://www.netpc.com.cn/213.html)
- 如果更换域名,需要注意的点
---
- [如何为你的Kubernetes保驾护航](https://mp.weixin.qq.com/s/NGadhltif_xWnuLdmFCZIw)
- 作者结合实践经验,从Node、Pod、日志、监控四个方面总结出 kubernetes 生产需要注意的事项
---
- [科技创投媒体36Kr的容器化之路](https://www.rancher.cn/blog/2021/2021-01-28-containerization-way-of-36kr/)
- 作者借助 rancher 实现 kubernetes 的快速落地
---
- [使用Elastic APM做应用性能监控](https://cloud.tencent.com/developer/article/1543781)
- 作者从 APM概念、Elastic APM和Apache SkyWalking的对比、Elastic APM的组件和数据模型、Elastic APM的使用实践五个方面进行相关介绍
---
- [Elastic APM 日志收集官方介绍](https://www.elastic.co/guide/en/apm/agent/java/current/log-correlation.html#log-correlation-ingest)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[Truman's Blog](http://trumandu.github.io/)
- 简单说明:Java,ES,开源
----
- 博客地址:[勤杂工运维](https://www.cqops.club/)
- 简单说明:一个勤杂工运维, 在运维自动化方向疯狂试探。
----
- 博客地址:[忆桐之家的博客](http://hongyitong.github.io/)
- 简单说明:作者坚持写博客十多年,值得学习
----
- 博客地址:[运维随笔](https://wandouduoduo.github.io/)
- 简单说明:SRE & Devops & Architect
----
- 博客地址:[梅朝辉的博客](https://hellogitlab.com)
- 简单说明:python,golang,Linux
---
- 博客地址:[搏天api](https://api.btstu.cn/)
- 简单说明:提供了诸如域名查询,随机图片等的接口能力
------
\ No newline at end of file
---
title: 学习周刊-总第10期-2021年第27周
titleTag: 原创
date: 2021-07-13 23:45:36
permalink: /pages/c2820277/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### 1,开源项目
------
- 项目地址:[excelize](https://github.com/360EntSecGroup-Skylar/excelize)
- 项目说明:golang操作 Office Excel 文档类库,简单易用,很不错,主要是有全面的中文文档。
- 相关文章:[中文文档](https://xuri.me/excelize/zh-hans/)
---
- 项目地址:[kubectl-debug](https://github.com/aylei/kubectl-debug)
- 项目说明:`kubectl-debug` 是一个简单的 kubectl 插件, 能够帮助你便捷地进行 Kubernetes 上的 Pod 排障诊断. 背后做的事情很简单: 在运行中的 Pod 上额外起一个新容器, 并将新容器加入到目标容器的 `pid`, `network`, `user` 以及 `ipc` namespace 中, 这时我们就可以在新容器中直接用 `netstat`, `tcpdump` 这些熟悉的工具来解决问题了, 而旧容器可以保持最小化, 不需要预装任何额外的排障工具.
------
### 2,优秀文章
------
- [vscode基本使用教程](https://www.xiebruce.top/1719.html)
- 如题
----
- [etcd 性能测试与调优](https://mp.weixin.qq.com/s/W7GzRMtVS6YWHP89bLUDpA)
- 如果更换域名,需要注意的点
----
- [Go语言中使用正则提取匹配的字符串](https://www.flysnow.org/2018/02/09/go-regexp-extract-text.html)
- 有些场景中,使用正则提取字符串会更加方便
----
- [https://stackoverflow.com/questions/5518434/git-url-structure](https://stackoverflow.com/questions/5518434/git-url-structure)
- 正则解析GitLab-HTTPURL
----
- [Go语言中使用正则提取匹配的字符串](https://www.flysnow.org/2018/02/09/go-regexp-extract-text.html)
- 有些场景中,使用正则提取字符串会更加方便
---
- [confluence api接口文档](https://developer.atlassian.com/cloud/confluence/rest/api-group-content---children-and-descendants/#api-api-content-pageid-move-position-targetid-put)
- 如题
---
- [golang获取重定向后的地址](https://www.cnblogs.com/xiaohunshi/p/12244962.html)
- golang的http-client获取URL默认不会拿重定向后的内容,本文给了解决方案
```go
func GetPicUrl() string {
url := "https://api.btstu.cn/sjbz/?lx=m_meizi"
client := &http.Client{
CheckRedirect: func(req -http.Request, via []-http.Request) error {
return http.ErrUseLastResponse
},
}
resp, err := client.Get(url)
if err != nil {
fmt.Printf("client get err:%v\n", err)
}
defer resp.Body.Close()
return resp.Header.Get("Location")
}
```
---
- [Golang中使用结构体切片指针的方法](https://www.perfcode.com/p/golang-struct-slice-pointer.html)
- 如题
---
- [Golang中[]byte与string转换](https://segmentfault.com/a/1190000037679588)
- 如题
---
- [gitlab-url正则](https://stackoverflow.com/questions/5518434/git-url-structure)
- 通过正则,我们能够很方便的做一些字符串分割的操作,经过这几次写代码的运用,深有体会
---
- [kubectl debug | 调试Kubernetes的最简方法](https://mp.weixin.qq.com/s/8uN2MySGlgxTed5vwqfFlA)
- [Kubectl debug 调试运行中的pod](https://mp.weixin.qq.com/s/ehZKQ_WZY4_QOT6Cx5TbTA)
- 两种方式进行pod调试排错
---
- [Tekton实现java项目部署到k8s的完整CICD流程](https://cloud.tencent.com/developer/article/1815076)
- [Tekton 与 Argo CD 结合实现 GitOps](https://mp.weixin.qq.com/s/8jCdM3w3rDpAxLuDkLHn8g)
- [Argo CD 优化以及使用钉钉接收状态消息](https://mp.weixin.qq.com/s/D0tO2B-IQvzmZAL_v2p2bQ)
- [Argo Rollouts 实现蓝绿/金丝雀发布](https://mp.weixin.qq.com/s/vTzrNUrG3UvAIQUfbSruow)
- 云原生场景下CI/CD的最佳实践
---
- [如何收集管理多行日志](https://www.qikqiak.com/post/collect-multiline-logs/)
- 作者提供了多种方案,总有一种方案适合你
------
### 3,优秀博客
------
- 博客地址:https://hefollo.com/
- 简单说明:一个图片站点,可以通过api调用随机展示图片
![image-20210704221459719](http://t.eryajf.net/imgs/2021/09/e74b2eec5bd459dc.jpg)
----
- 博客地址:[前端开发规范](https://standard.zhangling.me/)
- 简单说明:里边讲解了各种生产规范
----
- 博客地址:[秋染蒹葭](https://zhyjor.github.io/)
- 简单说明:前端博主,内容质量高且深刻
----
- 博客地址:[小楼一夜听春雨,深巷明朝卖杏花](https://blog.csdn.net/qq_34556414)
- 简单说明:运维,Jenkins,K8S,作者文章深入运维本质,值得拜读
---
- 博客地址:[Debug客栈](https://www.debuginn.cn/)
- 简单说明:go,热衷分享
------
\ No newline at end of file
---
title: 学习周刊-总第11期-2021年第28周
titleTag: 原创
date: 2021-07-18 23:45:36
permalink: /pages/c2820287/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[travellings](https://github.com/volfclub/travellings)
- 项目说明:开往,为独立博客提供一个随机跳转的桥,很有意思的项目。
- 相关文章:[README说明](https://github.com/volfclub/travellings/blob/master/README.md)
---
- 项目地址:[gitlab-bot](https://github.com/goodideal/gitlab-bot)
- 项目说明:该项目能够部署一个webhook,gitlab中配置hook可将push,merge等信息发到企业微信群。
- 相关文章:[说明](https://blog.xqopen.com/gitlab-bot/)
------
### **2,优秀文章**
------
- [https://blog.csdn.net/qq_34556414/article/details/118153960](https://blog.csdn.net/qq_34556414/article/details/118153960)
- jenkinsfile结合sonar的使用
----
- [https://mp.weixin.qq.com/s/tdFDVHwYIrYmxWT_YuIAjw](https://mp.weixin.qq.com/s/tdFDVHwYIrYmxWT_YuIAjw)
- 可落地的云原生应用规范
----
- [Gitlab 中文文档](https://www.bookstack.cn/books/gitlab-doc-zh)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[BlogFinder](https://bf.zzxworld.com/)
- 简单说明:一个相当不错的博客订阅平台,作者订阅了不少高质量博客
----
- 博客地址:[free api](https://www.free-api.com/)
- 简单说明:站里提供了不少免费的api。
------
\ No newline at end of file
---
title: 学习周刊-总第12期-2021年第29周
titleTag: 原创
date: 2021-07-25 23:45:36
permalink: /pages/c2820297/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[webdav-aliyundriver](https://github.com/zxbu/webdav-aliyundriver)
- 项目说明:[阿里云盘](https://www.aliyundrive.com/)的webdav协议开源实现,通过该工具,能够实现将网盘挂载到本地的效果。
- 相关文章:[README说明](https://github.com/zxbu/webdav-aliyundriver/blob/main/README.md)
---
- 项目地址:[nativefier](https://github.com/nativefier/nativefier)
- 项目说明:一个能够将网页直接打成本地App的工具,示例如下图:
​ ![nativefier-walkthrough](http://t.eryajf.net/imgs/2021/09/05fa092331b51fd2.gif)
- 相关文章:[说明](https://github.com/nativefier/nativefier/blob/master/CATALOG.md)
---
- 项目地址:[devops-exercises](https://github.com/bregman-arie/devops-exercises)
- 项目说明:一个devops方面的面试题合集。
- 相关文章:[README说明](https://github.com/bregman-arie/devops-exercises/blob/master/README-zh_CN.md#jenkins-beginner)
---
- 项目地址:[chinese-poetry](https://github.com/chinese-poetry)
- 项目说明:中国诗词
- 相关文章:[在线](https://poetry.totoro.site/)
---
- 项目地址:[onenav](https://github.com/helloxz/onenav)
- 项目说明:使用PHP开发的简约导航/书签管理系统。
- 相关文章:[使用手册](https://www.yuque.com/helloz/onenav)[uTools插件](https://www.yuque.com/helloz/onenav/ygssde)
---
- 项目地址:[novatec-service-dependency-graph-panel](https://github.com/NovatecConsulting/novatec-service-dependency-graph-panel)
- 项目说明:用于可视化服务依赖关系图的 Grafana 面板。示例如下图:
![68747470733a2f2f6e6f7661746563636f6e73756c74696e672e6769746875622e696f2f6e6f76617465632d736572766963652d646570656e64656e63792d67726170682d70616e656c2f696d616765732f736572766963652d646570656e64656e63792d67726170682d70616e656c2e676966](http://t.eryajf.net/imgs/2021/09/7b33b8d990e5d2a4.gif)
- 相关文章:[README](https://github.com/NovatecConsulting/novatec-service-dependency-graph-panel/blob/master/README.md)
------
### **2,优秀文章**
------
- [https://blog.huoding.com/2016/12/11/570](https://blog.huoding.com/2016/12/11/570)
- 浅谈PHP的reload操作
----
- [https://www.robberphex.com/php-fpm-reload/](https://www.robberphex.com/php-fpm-reload/)
- PHP的reload过程
----
- [kubernetes ingress-nginx 启用 upstream 长连接,需要注意,否则容易 502](https://www.lijiaocn.com/%E9%97%AE%E9%A2%98/2019/12/04/nginx-keep-alive-problem.html)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[对外投资合作国别(地区)指南](http://fec.mofcom.gov.cn/article/gbdqzn/indexphone.shtml#)
- 简单说明:国家级指南,里边涵盖一众国家和地区的详细介绍说明。
----
- 博客地址:[奇妙的 Linux 世界](https://www.hi-linux.com/)
- 简单说明:Linux,k8s,内容丰富又精细。
---
- 博客地址:[互联网大厂面试每日一题](https://q.shanyue.tech/)
- 简单说明:作者几乎每天更新一篇自问的面试题,涉及Linux,前端,后端等
---
- 博客地址:[人人都学go语言](http://golang.ren/)
- 简单说明:go文档,视频,文章,不错的站点
------
\ No newline at end of file
---
title: 学习周刊-总第13期-2021年第30周
titleTag: 原创
date: 2021-07-31 23:45:36
permalink: /pages/c2820307/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[Whaler](https://github.com/P3GLEG/Whaler)
- 项目说明:能够查看在运行容器的Dockerfile的工具,有时候我们可能会维护一个没有Dockerfile的容器,即可借助此工具。
- 相关文章:[博文介绍](https://samaritan.ai/blog/reversing-docker-images-into-dockerfiles/)
---
- 项目地址:[runlike](https://github.com/lavie/runlike)
- 项目说明:给定一个现有的 docker 容器,打印运行它的副本所需的命令行。
- 相关文章:README
---
- 项目地址:[kubecolor](https://github.com/dty1er/kubecolor)
- 项目说明:可以给kubectl命令行着色的一个工具。
![image](http://t.eryajf.net/imgs/2021/09/3dfb9f87783e84ed.jpg)
- 相关文章:[README](https://github.com/dty1er/kubecolor/blob/main/README.md)
------
### **2,优秀文章**
------
- [腾讯面试:如何调试Docker容器](https://mp.weixin.qq.com/s/i7hQDCdTYihG074bWCWjnw)
- 文章介绍了通过几种不太常用但好用的容易调试命令行工具
----
- [如何写出优雅的 Go 语言代码](https://draveness.me/golang-101/)
- 经验丰富的过来人的最佳实践
----
- [如何在kubernetes中优雅停机](https://lsongseven.github.io/posts/shutdownhook/)
- 文章介绍了使用脚本管理容器进程而服务进程ID不为1的处理方式,另外可参考的文章:
- [How to propagate SIGTERM to a child process in a Bash script](http://veithen.io/2014/11/16/sigterm-propagation.html)
---
- [滴滴pprof定位问题](https://andblog.cn/?p=2701)
- go语言项目的CPU问题定位思路
---
- [天才源自刻意练习](https://fuckcloudnative.io/talent-is-overrated/part1/look-around.html)
- 值得刻意阅读
---
- [接入层问题故障定位](https://www.jianshu.com/p/0bbac570fa4c)
- 文章介绍了从运维角度针对os层面的问题定位排查思路
---
- [程序员找工作指南](https://lordblog.cn/archives/%E7%A8%8B%E5%BA%8F%E5%91%98%E6%89%BE%E5%B7%A5%E4%BD%9C%E6%8C%87%E5%8D%97)
- 作者从一个基础入门的角度讲解了互联网公司找工作的术语以及套路,很赞
------
### **3,优秀博客**
------
- 博客地址:[Kubernetes指南](https://kubernetes.feisky.xyz/)
- 简单说明:如题,作者系统地整理了k8s的基础内容,以及一些实践
----
- 博客地址:[蜂鸣器](https://www.beeple-crap.com/)
- 简单说明:作者是一个平面设计师,里边每天更新的图非常有意思
---
- 博客地址:[阿里云盘资源分享](https://pan.yuankongjian.com/)
- 简单说明:一个阿里云盘资源分享论坛。
---
- 博客地址:[William Guo](https://wilhelmguo.cn/)
- 简单说明:wayne发起者,k8s,golang。
---
- 博客地址:[Vermouth](http://www.xuyasong.com/)
- 简单说明:k8s,文章有内容,值得读
---
- 博客地址:[jenkins](https://www.kancloud.cn/willseecloud/jenkins/1860515)
- 简单说明:看云中一个不错的Jenkins系列笔记
------
\ No newline at end of file
---
title: 学习周刊-总第14期-2021年第31周
titleTag: 原创
date: 2021-08-08 23:45:36
permalink: /pages/c282030831/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[hotbuild](https://github.com/wandercn/hotbuild)
- 项目说明:golang的跨平台热编译工具,能够自动监听指定目录的代码变动,然后根据指定cmd进行加载
- 相关文章:[官方文档](https://hotbuild.ffactory.org/)
---
- 项目地址:[air](https://github.com/cosmtrek/air)
- 项目说明:功能与上一个项目类似的项目自动热加载工具
- 相关文章:[README](https://github.com/cosmtrek/air/blob/master/README.md)
---
- 项目地址:[prometheus](https://github.com/1046102779/prometheus)
- 项目说明:prometheus官方文档翻译版
- 相关文章:[README](https://github.com/dty1er/kubecolor/blob/main/README.md)
---
- 项目地址:[webfunny_monitor](https://github.com/a597873885/webfunny_monitor)
- 项目说明:webfunny是一款轻量级的前端监控系统,webfunny也是一款前端性能监控系统,无埋点监控前端日志,实时分析前端健康状态。
- 相关文章:[官网](www.webfunny.cn/)
------
### **2,优秀文章**
------
- [linux 系统 UDP 丢包问题分析思路](https://cizixs.com/2018/01/13/linux-udp-packet-drop-debug/)
- 如题
----
- [正则以及正则的应用](http://leoamazing.gitee.io/blog/blogs/frontend/2021/20210309.html#%E4%B8%80%E3%80%81%E7%BC%96%E5%86%99%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[wzlinux](https://blog.51cto.com/wzlinux)
- 简单说明:运维,devops,文章质量不错
----
- 博客地址:[绿色记忆](https://blog.gmem.cc/)
- 简单说明:优秀的站点,感佩作者使用长篇大论讲解一个知识点的魄力
---
- 博客地址:[机智的程序员小熊](https://coding3min.com/)
- 简单说明:linux,Golang,作者涉猎广泛,内容不错
---
- 博客地址:[mohuishou](https://lailin.xyz/)
- 简单说明:go系列,k8s开发系列
---
- 博客地址:[奇伢云存储](https://www.qiyacloud.cn/)
- 简单说明:优秀的,富有思考的存储研发博客
---
- 博客地址:[strikefreedom](https://strikefreedom.top/)
- 简单说明:go博客大佬
---
- 博客地址:[HHFCodeRv](https://www.haohongfan.com/)
- 简单说明:资深 Go 开发
---
- 博客地址:[luozhiyun`s Blog](https://www.luozhiyun.com/)
- 简单说明:golang,k8s
---
- 博客地址:[绿色记忆](https://blog.gmem.cc/)
- 简单说明:Linux,开发,生活,内容很丰富
---
- 博客地址:[Cizixs](https://cizixs.com/)
- 简单说明:Container, Microservice, Python, Go, Reading, Life, And Love.
---
- 博客地址:[PHP开发记录](http://programmerfamily.com/)
- 简单说明:PHP开发者,Linux系统命令
------
\ No newline at end of file
---
title: 学习周刊-总第15期-2021年第32周
titleTag: 原创
date: 2021-08-14 23:45:36
permalink: /pages/c28203081431/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[useful-scripts](https://github.com/oldratlee/useful-scripts)
- 项目说明:把平时有用的手动操作做成脚本,这样可以便捷的使用。阿里后端程序员写的一些小工具
- 相关文章:[README](https://github.com/oldratlee/useful-scripts/blob/dev-2.x/README.md)
---
- 项目地址:[gping](https://github.com/orf/gping)
- 项目说明:以图形化方式展示ping的延迟状态。
![readme-example](http://t.eryajf.net/imgs/2021/09/8901cef9e077269d.gif)
- 相关文章:[README](https://github.com/orf/gping/blob/master/readme.md)
---
- 项目地址:[awesome-dockercompose](https://github.com/bboysoulcn/awesome-dockercompose)
- 项目说明:一些大家可能会经常使用的docker-compose文件
- 相关文章:[README](https://github.com/bboysoulcn/awesome-dockercompose/blob/master/README.md)
---
- 项目地址:[Cloudreve](https://github.com/cloudreve/Cloudreve)
- 项目说明:支持多家云存储驱动的公有云文件系统.
- 相关文章:[官方文档](https://docs.cloudreve.org/)
---
- 项目地址:[eul](https://github.com/gao-sun/eul)
- 项目说明:mac的系统监控小工具
![image](http://t.eryajf.net/imgs/2021/09/b90f43d7f3ab4256.jpg)
- 相关文章:[README](https://github.com/gao-sun/eul/blob/master/README.md)
---
- 项目地址:[Aragorn](https://github.com/njzydark/Aragorn)
- 项目说明:一款基于 `Electron + React + TS` 开发的对象存储管理工具,同时也可作为图床上传工具使用,支持 macOS 和 Windows
![image](http://t.eryajf.net/imgs/2021/09/11b32b29528f0d20.jpg)
- 相关文章:[README](https://github.com/njzydark/Aragorn/blob/master/README.md)
---
- 项目地址:[chromedp](https://github.com/chromedp/chromedp)
- 项目说明:能够通过代码渲染浏览器内容的go语言工具,参考示例:[examples](https://github.com/chromedp/examples)
- 相关文章:[比如截屏](https://github.com/chromedp/examples/tree/master/screenshot)
------
### **2,优秀文章**
------
- [白银越野赛全部21位逝者的故事](https://github.com/yihong0618/running_page/issues/135)
- 每个人都不应该忘记
----
- [技术面试最后反问面试官的话](https://github.com/yifeikong/reverse-interview-zh?utm_campaign=explore-email&utm_medium=email&utm_source=newsletter&utm_term=daily)
- 如题
---
- [Jenkins性能提升妙招](http://ijyun.github.io/2016/09/06/jenkins-performance-hints.html)
- 如题
---
- [在CentOS7上使用chrome](https://www.jianshu.com/p/b5f3025b5cdd)
- 如题
---
- [Docker 容器添加中文字体](https://blog.csdn.net/jiaobuchong/article/details/108891406)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[Bboysoul's Blog](https://www.bboy.app/)
- 简单说明:k8s,运维,文章质量不错
----
- 博客地址:[free-for](https://free-for.dev/)
- 简单说明:一些免费的api合集
---
- 博客地址:[mojotv](https://mojotv.cn/)
- 简单说明:专注分享Golang相关技术文章,值得一看
------
\ No newline at end of file
---
title: 学习周刊-总第16期-2021年第33周
titleTag: 原创
date: 2021-08-21 23:12:36
permalink: /pages/f114a2/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- Learning-Weekly
description:
---
### **1,开源项目**
------
- 项目地址:[markmap](https://github.com/gera2ld/markmap)
- 项目说明:使用 Markmap 将您的 Markdown 可视化为思维导图。
![image](http://t.eryajf.net/imgs/2021/09/0fc151e5be2269c0.jpg)
- 相关文章:[官方文档](https://markmap.js.org/docs),可以集成到博客,上图是[vscode插件](https://marketplace.visualstudio.com/items?itemName=gera2ld.markmap-vscode),能够直接export成html。
---
- 项目地址:[reverse-interview-zh](https://github.com/yifeikong/reverse-interview-zh)
- 项目说明:反向面试中文版。
- 相关文章:[README](https://github.com/orf/gping/blob/master/readme.md)
---
- 项目地址:[rod](https://github.com/go-rod/rod)
- 项目说明:Rod 是 [DevTools 协议](https://chromedevtools.github.io/devtools-protocol) 的一个高级驱动。 它广泛用于网页自动化和爬虫。对标上周分享的Chromedp,中文文档,更加优秀。
- 相关文章:[官方文档](https://go-rod.github.io/i18n/zh-CN/#/)
---
- 项目地址:[Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)
- 项目说明:最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
- 相关文章:[README](https://github.com/0voice/Introduction-to-Golang/blob/main/README.md)
---
- 项目地址:[httpstat](https://github.com/davecheney/httpstat)
- 项目说明:能够显示一次请求详情的工具,便于我们看到请求耗时在什么地方。
![image](http://t.eryajf.net/imgs/2021/09/32822e281794e5ad.jpg)
- 相关文章:[README](https://github.com/davecheney/httpstat/blob/master/README.md)
------
### **2,优秀文章**
------
- [Docker Daemon的Unix Socket和TCP Socket](https://mp.weixin.qq.com/s/GqIvqPDP81pu-5JmDe17oQ)
- 如题
----
- [日志规范实践](https://blog.51cto.com/dengchj/2944275)
- [业务日志输出规范](https://blog.51cto.com/swiki/2528510?xiangguantuijian&04)
- 如题
---
- [Hook:如何高效双向链接不同类型的信息资源?](https://sspai.com/post/68344)
- 如题
---
- [6 张图带你搞懂 CI/CD 流水线](https://mp.weixin.qq.com/s/oXQFuFLmvZ_Jle_aysQs0g)
- 如题
---
- [Nginx常用反向代理配置规则](https://segmentfault.com/a/1190000022501310)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[kubeBiz](https://www.kubebiz.com/)
- 简单说明:汇集一些常见中间件应用的k8s部署yaml文件
----
- 博客地址:[Elastic:菜鸟上手指南](https://elasticstack.blog.csdn.net/article/details/102728604)
- 简单说明:elsaticsearch入门系列
---
- 博客地址:[hezhiqiang](https://he.zhiqiang.cloud/)
- 简单说明:运维基础知识系统性地整理。
---
- 博客地址:[火丁笔记](https://blog.huoding.com/)
- 简单说明:多研究些问题,少谈些主义。资深博主了,里边的很多PHP钻研还有深度
------
\ No newline at end of file
---
title: 学习周刊-总第17期-2021年第34周
titleTag: 原创
date: 2021-08-28 15:51:30
permalink: /pages/6e1302/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
------
- 项目地址:[Online_Tools](https://github.com/r0eXpeR/Online_Tools)
- 项目说明:国内一位开发者在 GitHub 整理的在线情报搜集工具。包含企业信息、IP 信息及域名备案查询工具、Web 应用指纹识别、威胁情报平台、在线提权辅助等各类工具。
- 相关文章:[README](https://github.com/r0eXpeR/Online_Tools/blob/main/README.md)
---
- 项目地址:[http-t-shirts](https://github.com/easychen/http-t-shirts)
- 项目说明:http状态码系列T恤设计稿,挺有意思。
![image](http://t.eryajf.net/imgs/2021/09/a6a2b8b76abd4964.jpg)
- 相关文章:[README](https://github.com/easychen/http-t-shirts/blob/main/README.md)
---
- 项目地址:[kubeview](https://github.com/benc-uk/kubeview)
- 项目说明:Kubernetes 集群可视化器和图形浏览器。
![image](http://t.eryajf.net/imgs/2021/09/edc126b4bbd8d2af.jpg)
- 相关文章:[官方文档](http://kubeview.benco.io/)
---
- 项目地址:[elastalert-docker](https://github.com/anjia0532/elastalert-docker)
- 项目说明:曾经使用的es日志告警组件,有人封装了docker版本,解决了安装麻烦的问题。
- 相关文章:[README](https://github.com/anjia0532/elastalert-docker/blob/master/README.md)[使用指南](https://wiki.eryajf.net/pages/3391.html)
---
- 项目地址:[vector](https://github.com/timberio/vector)
- 项目说明:高性能、高可靠、可观察的数据管道。性能比logstash强很多。
![image](http://t.eryajf.net/imgs/2021/09/0c640359439838e6.jpg)
- 相关文章:[官方文档](https://vector.dev/docs/)
---
- 项目地址:[jflint](https://github.com/miyajan/jflint)
- 项目说明:Jenkinsfile语法静态检测工具。
- 相关文章:[README](https://github.com/miyajan/jflint/blob/master/README.md)[使用配置文档](https://wiki.eryajf.net/pages/b732f5/)
------
### **2,优秀文章**
------
- [Gitlab 升级](https://xujiyou.work/DevOps/Gitlab/Gitlab%E5%8D%87%E7%BA%A7.html)
- 如题
----
- [如何检测Jenkinsfile语法](https://sandrocirulli.net/how-to-validate-a-jenkinsfile/)
- 如题
---
- [Jenkins语法检测官方文档](https://www.jenkins.io/doc/book/pipeline/development/)
- 如题
---
- [gitlab升级的官方文档](https://docs.gitlab.com/ee/update/index.html#1420)
- 如果你是从低版本往上升级,则需要小版本一个一个升上去,而不能直接大版本升级,比如当前版本是11.0.2,如果想要升级到13的最后一个版本,则需要按如下版本进行升级:11.0.2 -11.11.8 -12.0.12 -12.1.17 -12.10.14 -13.0.14 -13.1.11 -13.8.8 -13.12.9。
------
### **3,优秀博客**
------
- 博客地址:[GitHub中文社区](https://www.githubs.cn/)
- 简单说明:该社区整理了不少优秀的项目以及工具
----
- 博客地址:[许吉友-运维](https://xujiyou.work/)
- 简单说明:作者已纯Markdown编写博客,简单渲染的主题风格很清爽,文章内容都是运维内容,值得一看。
---
- 博客地址:[I'm Michael](https://gamelife1314.github.io/)
- 简单说明:运维博客,性能优化笔记。
------
\ No newline at end of file
---
title: 学习周刊-总第18期-2021年第35周
titleTag: 原创
date: 2021-09-05 17:57:54
permalink: /pages/eaaea7/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
------
- 项目地址:[bfe](https://github.com/bfenetworks/bfe)
- 项目说明:BFE是百度开源的现代化七层负载均衡系统
- 相关文章:[官方文档](https://www.bfe-networks.net/zh_cn/)
---
- 项目地址:[KubeCube](https://github.com/kubecube-io/KubeCube)
- 项目说明:KubeCube 是一个开源的企业级容器平台
![image](http://t.eryajf.net/imgs/2021/09/ec58b1ca2fb35484.jpg)
- 相关文章:[README](https://github.com/kubecube-io/KubeCube/blob/main/docs/README-zh_CN.md)[官方文档](https://www.kubecube.io/)
---
- 项目地址:[kuboard-press](https://github.com/eip-work/kuboard-press)
- 项目说明:Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.20 安装手册,(k8s install) 在线答疑,持续更新。
![image](http://t.eryajf.net/imgs/2021/09/8f36963335c1c547.jpg)
- 相关文章:[官方文档](https://kuboard.cn/)
------
### **2,优秀文章**
------
- [2分钟让你明白什么是面向对象编程](https://zhuanlan.zhihu.com/p/75265007)
- 如题
----
- [yum源中$releasever不能被系统识别](https://www.jianshu.com/p/925960eaeb21)
- 如题
---
- [Trying to create too many scroll contexts. Must be less than or equal to 500](https://www.jianshu.com/p/5910c97728f0)
- kibana的一个报错处理
---
- [htop命令使用详解](https://www.cnblogs.com/zangfans/p/8595000.html)
- 如题
---
- [Kafka使用最佳实践-Kafka集群部署规范](https://bbs.huaweicloud.com/blogs/detail/269820)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[_浅行](https://liwanggui.com/)
- 简单说明:运维,Mac,文章内容可以
----
- 博客地址:[云原生技术圈](https://blog.bwcxtech.com/)
- 简单说明:运维,云原生
---
- 博客地址:[面圈网](http://www.mianshigee.com/)
- 简单说明:一个围绕面试主题的网站
------
\ No newline at end of file
---
title: 学习周刊-总第19期-2021年第36周
titleTag: 原创
date: 2021-09-11 17:20:51
permalink: /pages/d65b74/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
------
- 项目地址:[infini-gateway](https://github.com/medcl/infini-gateway)
- 项目说明:一款架设在es前端的极限网关,提高写入,加速查询。
- 相关文章:[README](https://github.com/medcl/infini-gateway/blob/master/README.md)
---
- 项目地址: [vscode-drawio](https://github.com/hediet/vscode-drawio)
- 项目说明:一款能够在vscode中绘制架构图的插件
![demo](http://t.eryajf.net/imgs/2021/09/e4c5965123bf7e55.gif)
- 相关文章:[README](https://github.com/hediet/vscode-drawio/blob/master/README.md)
---
- 项目地址: [kuaixieya](https://github.com/oncework/kuaixieya)
- 项目说明:「快写鸭」是一款专为开发者开发的一站式写作、管理、发布的更简单且下载即用的效率工具,去除繁琐配置但又极具丰富且自定义性质等功能。
![image](http://t.eryajf.net/imgs/2021/09/0384c95d4e82e73b.jpg)
- 相关文章:[官方文档](https://kuaixieya.com/)
---
- 项目地址: [hango-gateway](https://github.com/hango-io/hango-gateway)
- 项目说明:Hango 是一个基于 **Envoy** 构建的高性能、可扩展、功能丰富的云原生API网关。Hango 提供请求代理、动态路由、负载均衡、限流、熔断、健康检查、安全防护等功能,可用于微服务网关、七层负载均衡、Kubernetes Ingress、Serverless网关等应用场景。
![image](http://t.eryajf.net/imgs/2021/09/656b20caa2713262.jpg)
- 相关文章:[README](https://github.com/hango-io/hango-gateway/blob/master/README.md)
---
- 项目地址:[polaris](https://github.com/polarismesh/polaris)
- 项目说明:北极星是一个支持多语言、多框架的云原生服务发现和治理中心,解决分布式和微服务架构中的服务可见、故障容错、流量控制和安全问题。
![image](http://t.eryajf.net/imgs/2021/09/6e588bb89ac07f7d.jpg)
- 相关文章:[官网](https://polarismesh.cn/#/)
---
- 项目地址:[gitfs](https://github.com/presslabs/gitfs)
- 项目说明:一款能够将git项目挂载到本地目录的工具,从而实现类似webDAV的功能。
- 相关文章:[官方文档](https://www.presslabs.com/docs/code/gitfs/how-it-works/)
------
### **2,优秀文章**
------
- [Nginx中if语句中的判断条件](https://www.cnblogs.com/songxingzhu/p/6382007.html)
- 如题
----
- [nginx location中多个if里面proxy_pass](https://blog.csdn.net/liuxiao723846/article/details/83147792)
- 如题
---
- [etcd集群故障恢复测试](https://blog.csdn.net/dazuiba008/article/details/94595679)
- 如题
---
- [etcd增加节点与删除节点](https://blog.csdn.net/wuxingge/article/details/107207841)
- 如题
---
- [关于 169.254.0.0/16 地址的一点笔记](https://nova.moe/note-on-169-254-ip-addresses/)
- 抓包时经常会遇到这个地址的IP,本文讲解了作者与这个网段的爱恨情仇。
根据 [RFC 3927](https://tools.ietf.org/html/rfc3927),如果一个网络接口被配置了 DHCP 但是 DHCP 服务器并没有为其分配 IP 的话,这个接口就会自动给自己分配这个称为 link-local IPv4 address 的地址。
话说回来,如果你遇到了这个IP,那么对应主机可能是一个可以忽略的信息。
------
### **3,优秀博客**
------
- 博客地址:[宝贝云计算知识分享](https://www.dearcloud.cn/)
- 简单说明:技术栈非常丰富,但从个人介绍即可看出
----
- 博客地址:[乐天笔记](https://www.letianbiji.com/)
- 简单说明:Java,es等内容,值得来看
---
- 博客地址:[Ryan4Yin's Space](https://ryan4yin.space/)
- 简单说明:优秀的学生,优秀的博客
---
- 博客地址:[Reimu's blog](https://blog.k8s.li/)
- 简单说明:运维开发,k8s,优秀
------
\ No newline at end of file
---
title: 学习周刊-总第20期-2021年第37周
titleTag: 原创
date: 2021-09-19 08:44:54
permalink: /pages/76f8e3/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
------
- 项目地址:[infini-gateway](https://github.com/medcl/infini-gateway)
- 项目说明:一个面向 Elasticsearch 的高性能应用网关,它包含丰富的特性,使用起来也非常简单。极限网关工作的方式和普通的反向代理一样,我们一般是将网关部署在 Elasticsearch 集群前面, 将以往直接发送给 Elasticsearch 的请求都发送给网关,再由网关转发给请求到后端的 Elasticsearch 集群。
- 相关文章:[官方文档](http://xn--d6q905cs0q16u.com/)
---
- 项目地址:[milkdown](https://github.com/Saul-Mirone/milkdown)
- 项目说明:插件驱动的所见即所得的Markdown编辑器框架,非常优秀,值得期待。
- 相关文章:[官方文档](https://milkdown.dev/#/zh-hans/getting-started)[DEMO](https://milkdown.dev/#/zh-hans/online-demo)
---
- 项目地址: [imgurl](https://github.com/helloxz/imgurl)
- 项目说明:ImgURL是一个简单、纯粹的图床程序,让个人图床多一个选择。目前个人图床已迁移到服务器,不再依赖任何第三方图床。求人不如求己。
![](http://t.eryajf.net/imgs/2021/09/bf4d10d8bbee1528.png)
- 相关文章:[官方文档](https://www.yuque.com/helloz/imgurl-pro/introduction)
---
- 项目地址: [air](https://github.com/cosmtrek/air)
- 项目说明:[`air`](https://darjun.github.io/2020/09/27/godailylib/air/github.com/cosmtrek/air)是 Go 语言的热加载工具,它可以监听文件或目录的变化,自动编译,重启程序。大大提高开发期的工作效率。
![](http://t.eryajf.net/imgs/2021/09/3ca3b372aedbd12d.png)
- 相关文章:[README](https://github.com/cosmtrek/air/blob/master/README.md)[介绍文档](https://darjun.github.io/2020/09/27/godailylib/air/)
------
### **2,优秀文章**
------
- [浏览器事件](https://www.cnblogs.com/WindrunnerMax/p/12737298.html)
- 如题
----
- [Linux Netfilter 调优](https://www.xtplayer.cn/linux/netfilter/linux-netfilter-optimization/#%E6%9C%80%E5%A4%A7%E8%BF%9E%E6%8E%A5%E8%B7%9F%E8%B8%AA%E6%95%B0)
- 如题
---
- [内核参数文档](https://www.kernel.org/doc/Documentation/)
- 如题,[网络链表参数](https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt)
---
- [SDN网络指南](https://feisky.gitbooks.io/sdn/content/)
- 一些网络相关的只是汇总
---
- [Go常见知识点汇总](https://clodfisher.github.io/2019/02/GoKnowlePoint/)
- 如题
---
- [阿里云文档-Prometheus报警规则说明](https://help.aliyun.com/document_detail/176180.html)
- 如题,很多告警规则可以作为生产实践
---
- [pull遇到错误:error: Your local changes to the following files would be overwritten by merge](https://blog.csdn.net/nakiri_arisu/article/details/80259531)
- 如题
------
### **3,优秀博客**
------
- 博客地址:[IT老男孩](https://www.xtplayer.cn/)
- 简单说明:IT老男孩 - 原名系统玩家,分享 IT 相关技术文章,分享工作中的最佳实践
----
- 博客地址:[TY·Loafer](https://tyloafer.github.io/)
- 简单说明:go实践文章
---
- 博客地址:[大俊](https://darjun.github.io/)
- 简单说明:go每日一库非常nice,在这里学到了不少优秀的开源组件
------
\ No newline at end of file
---
title: 学习周刊-总第21期-2021年第38周
titleTag: 原创
date: 2021-09-25 15:08:50
permalink: /pages/ab2fd8/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[Doisnet](https://github.com/dodois/Doisnet)
- 项目说明:免费梯子,Windows用户可以看一看。
- 相关文章:[README](https://github.com/dodois/Doisnet/blob/main/README.md)
---
- 项目地址: [pyroscope](https://github.com/pyroscope-io/pyroscope)
- 项目说明:火焰图性能分析工具
- 相关文章:[README](https://github.com/pyroscope-io/pyroscope/blob/main/translations/README.ch.md)[DEMO](https://demo.pyroscope.io/)[官方文档](https://pyroscope.io/docs/)
---
- 项目地址: [keycastr](https://github.com/keycastr/keycastr)
- 项目说明:一款在电脑屏幕事实显示键盘操作的开源软件
![](http://t.eryajf.net/imgs/2021/09/7df245d3654aa5e8.gif)
- 相关文章:[README](https://github.com/keycastr/keycastr/blob/main/README.md)
---
- 项目地址: [btop](https://github.com/aristocratos/btop)
- 项目说明:类似top,htop的命令,效果如下图
![](http://t.eryajf.net/imgs/2021/09/e733dc16057ab17c.png)
- 相关文章:[README](https://github.com/aristocratos/btop/blob/main/README.md)
---
### 2,优秀文章
---
- [Code Guide by @AlloyTeam](http://alloyteam.github.io/CodeGuide/)
- 腾讯Alloy团队前端代码规范
----
- [轻量级日志收集系统PLG](https://www.feiyiblog.com/2021/09/16/%E8%BD%BB%E9%87%8F%E7%BA%A7%E6%97%A5%E5%BF%97%E6%94%B6%E9%9B%86%E7%B3%BB%E7%BB%9FPLG/)
- loki部署实践
---
### **3,优秀博客**
---
- 博客地址:[熊喵君的博客](https://pandaychen.github.io/)
- 简单说明:golang,kubernetes。
----
- 博客地址:[Poslua Blog](https://ms2008.github.io/)
- 简单说明:程序员,多出没于[博客](https://ms2008.github.io/)[Twitter](https://twitter.com/ms2008vip/)[Github](http://github.com/ms2008) 等地带,绝招尚在开发中。
---
- 博客地址:[zhonghua](https://zhonghua.io/)
- 简单说明:云原生,istio,爱篮球
---
- 博客地址:[架构](https://www.jiagou.com/)
- 简单说明:内容不错
---
- 博客地址:[组团学](https://www.zutuanxue.com/)
- 简单说明:云计算运维,Python全栈开发,安全运维等系列
---
- 博客地址:[feiyi](https://www.feiyiblog.com/)
- 简单说明:运维,k8s
---
- 博客地址:[**bleem**](https://mritd.com/)
- 简单说明:DevOps,golang,kubernetes
---
\ No newline at end of file
---
title: 学习周刊-总第22期-2021年第39周
titleTag: 原创
date: 2021-10-01 21:52:33
permalink: /pages/93437b/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[resty](https://github.com/go-resty/resty)
- 项目说明:简单优秀好用的go语言HTTP库,用了这个库,体会到了使用HTTP直接与api交互的快乐。
- 相关文章:[README](https://github.com/go-resty/resty/blob/master/README.md)中已经包含了大多数的示例用法,非常nice。
---
- 项目地址: [gshark](https://github.com/madneal/gshark)
- 项目说明:一款代码关键字扫描工具,支持公网的gitlab和github
- 相关文章:[B站视频介绍](https://www.bilibili.com/video/BV1Py4y1s7ap/)
---
- 项目地址: [umami](https://github.com/mikecao/umami)
- 项目说明:搭建配置简单,界面优雅美观的博客访问统计工具。
![](http://t.eryajf.net/imgs/2021/09/88e84cec2868ab40.png)
- 相关文章:[官方文档](https://umami.is/)[vuepress插件](https://github.com/spekulatius/vuepress-plugin-umami)
---
- 项目地址: [vditor](https://github.com/Vanessa219/vditor)
- 项目说明:一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。
- 相关文章:[README](https://github.com/Vanessa219/vditor/blob/master/README.md)[官方文档](https://b3log.org/vditor/)
---
- 项目地址: [ldap](https://github.com/go-ldap/ldap)
- 项目说明:非常优秀的golang版本的ldap-client包。
- 相关文章:[pkg文档](https://pkg.go.dev/github.com/go-ldap/ldap/v3)
---
### 2,优秀文章
---
- [35岁,年入60万,我却从菊厂离职了!](https://mp.weixin.qq.com/s/SapAPsV-vvvB0JM2X6MQLQ)
- 如题,看看过来人的感悟
----
- [Golang如何连接Ldap](https://www.php.cn/be/go/477118.html)
- 文章总结值得看
---
- [Google SRE 运维解密笔记](https://painso.com/posts/tech/2020/google-sre-how/)
- 值得学习
---
- [Jenkins如何根据script的运行结果动态更新构建参数?](https://devopsme.cn/qa/2428.html)
- 如题
---
### **3,优秀博客**
---
- 博客地址:[Reimu's blog](https://blog.k8s.li/)
- 简单说明:golang,kubernetes。
----
- 博客地址:[mainTao](https://maintao.com/)
- 简单说明:朴素简单的博客,内容充满对生活的思考
---
- 博客地址:[PengSir](https://www.bookbook.cc/)
- 简单说明:前端,站内的Vue商城项目非常好,可以学习
---
- 博客地址:[lyer's blog](https://biningo.github.io/)
- 简单说明:SRE & DevOps,golang & Linux
---
\ No newline at end of file
---
title: 学习周刊-总第23期-2021年第40周
titleTag: 原创
date: 2021-10-10 14:27:12
permalink: /pages/d2d5e7/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[weekly](https://github.com/hapiman/weekly)
- 项目说明:这个周刊每周五发布,微信搜索 **大漠胡萝卜** 或者扫描二维码,即可订阅。
- 相关文章:[README](https://github.com/hapiman/weekly/blob/main/README.md)
---
- 项目地址: [notion-avatar](https://github.com/Mayandev/notion-avatar)
- 项目说明:用于制作概念式头像的在线工具。
- 相关文章:[在线地址](https://notion-avatar.vercel.app/zh)
---
- 项目地址: [zlsgo](https://github.com/sohaha/zlsgo)
- 项目说明:简单易用、足够轻量、性能好的 Golang 库,有一大串封装好的库,空了可以玩一玩
- 相关文章:[官方文档](https://docs.73zls.com/zlsgo/#/)
---
- 项目地址:[Regex101](https://github.com/firasdib/Regex101)
- 项目说明:最好用的在线正则测试以及调试工具,最好用。
![](http://t.eryajf.net/imgs/2021/10/b382fd64388fcff3.png)
- 相关文章:[在线地址](https://regex101.com/)
---
- 项目地址: [openldap](https://github.com/slzcc/openldap)
- 项目说明:openldap的安装部署脚本。
- 相关文章:[README](https://github.com/slzcc/openldap/blob/master/README.md)
---
- 项目地址:[dingtalk](https://github.com/CatchZeng/dingtalk)
- 项目说明:DingTalk(dingding) 是钉钉机器人的 go 实现。目前来看很不错的一个库
- 相关文章:[README](https://github.com/CatchZeng/dingtalk/blob/master/README.md)
---
- 项目地址:[starcharts](https://github.com/caarlos0/starcharts)
- 项目说明:能够在github的README中添加你的star数的实时图片。如下是本项目的趋势:
[![Stargazers over time](https://starchart.cc/eryajf/eryajf.github.io.svg)](https://starchart.cc/eryajf/eryajf.github.io)
- 相关文章:[README](https://github.com/caarlos0/starcharts/blob/master/README.md)[在线网址](https://starchart.cc/)
---
- 项目地址:[spinner](https://github.com/briandowns/spinner)
- 项目说明:golang进度条工具包
- 相关文章:[README](https://github.com/briandowns/spinner/blob/master/README.md)
---
- 项目地址: [fsnotify](https://github.com/fsnotify/fsnotify)
- 项目说明:golang文件监听的包,能够实时watch指定目录下文件的变化。
- 相关文章:[README](https://github.com/fsnotify/fsnotify/blob/master/README.md)[案例文章](https://www.cnblogs.com/jkko123/p/7256927.html)
### 2,优秀文章
---
- [LDAP服务器的概念和原理简单介绍](https://segmentfault.com/a/1190000002607140)
- 如题,介绍的挺详细
----
- [一套优雅的 Go 错误问题解决方案](https://mp.weixin.qq.com/s/RFF2gSikqXiWXIaOxQZsxQ)
- 如题,值得看
---
### **3,优秀博客**
---
- 博客地址:[mutoulazy's space](https://mutoulazy.github.io/)
- 简单说明:运维博客,内容不错
----
- 博客地址:[luoguoling](https://blog.51cto.com/luoguoling)
- 简单说明:不少优秀的运维实践
---
- 博客地址:[Chrome插件英雄榜](https://zhaoolee.gitbooks.io/chrome/content/)
- 简单说明:如题,收集了很多优秀的插件
---
- 博客地址:[六松岛-福小林](https://www.lsdcloud.com/)
- 简单说明:golang,java,一枚资深开发,值得学习
---
\ No newline at end of file
---
title: 学习周刊-总第24期-2021年第41周
titleTag: 原创
date: 2021-10-16 14:16:36
permalink: /pages/0bb811/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[delve](https://github.com/go-delve/delve)
- 项目说明:go语言调试库
- 相关文章:[README](https://github.com/go-delve/delve#readme)
---
- 项目地址: [Google-Chinese-Results-Blocklist](https://github.com/cobaltdisco/Google-Chinese-Results-Blocklist)
- 项目说明:在浏览器中结合**uBlacklist**插件或者**Google Hit Hider by Domain**插件导入规则排除某些搜索结果。
- 相关文章:[README](https://github.com/cobaltdisco/Google-Chinese-Results-Blocklist/blob/master/README.md)
---
- 项目地址:[wails](https://github.com/wailsapp/wails)
- 项目说明:Wails 是一个可让您使用 Go 和 Web 技术编写桌面应用的项目。
- 相关文章:[官方文档](https://wails.top/zh-Hans/docs/about)
---
- 项目地址:[go-demo](https://github.com/pibigstar/go-demo)
- 项目说明:一位go开发者自己学习go时候的demo合集,值得学习
- 相关文章:[README](https://github.com/pibigstar/go-demo/blob/master/README.md)
---
- 项目地址:[go-read-recommend](https://github.com/kirintang/go-read-recommend)
- 项目说明:收录平时阅读到的一些Go相关写的比较好、质量较高的干货文章
- 相关文章:[README](https://github.com/kirintang/go-read-recommend/blob/master/README.md)
---
- 项目地址:[carbon](https://github.com/golang-module/carbon)
- 项目说明:一个轻量级、语义化、对开发者友好的 golang 时间处理库,支持链式调用
- 相关文章:[README](https://github.com/golang-module/carbon/blob/master/README.cn.md)
---
- 项目地址:[common-regex](https://github.com/cdoco/common-regex)
- 项目说明:常用正则表达式 - 收集一些在平时项目开发中经常用到的正则表达式。
- 相关文章:[README](https://github.com/cdoco/common-regex/blob/master/README.md)
---
- 项目地址:[siyuan](https://github.com/siyuan-note/siyuan)
- 项目说明:思源笔记是一款本地优先的个人知识管理系统, 支持细粒度块级引用和 Markdown 所见即所得。
- 相关文章:[README](https://github.com/siyuan-note/siyuan/blob/master/README.md)
---
- 项目地址: [ztrace](https://github.com/zartbot/ztrace)
- 项目说明:golang实现的一个Traceroute命令
![](http://t.eryajf.net/imgs/2021/10/90f9e4c19ed22495.png)
- 相关文章:[README](https://github.com/zartbot/ztrace/blob/main/README.md)
### 2,优秀文章
---
- [关于被公司辞退和仲裁流程](https://weibo.com/ttarticle/p/show?id=2309404691030141435969)
- 如题
----
- [golang:如何有效地确定文件中的行数?](https://www.javaroad.cn/questions/24510)
- 如题
---
- [systemd.exec 中文手册](http://www.jinbuguo.com/systemd/systemd.exec.html)
- 如题
---
- [去除slice中重复的元素,认识空struct](https://www.jianshu.com/p/5430eebd715c)
- 如题
### **3,优秀博客**
---
- 博客地址:[派大星的博客](https://pibigstar.github.io/)
- 简单说明:go,很多事情不是会了才能做,而是做了才能学会
----
- 博客地址:[inana](https://inana.top/)
- 简单说明:运维,golang
---
- 博客地址:[漩涡的博客](https://xuanwo.io/)
- 简单说明:go,自动化, 分布式系统, 存储
---
- 博客地址:[陈少文的网站](https://www.chenshaowen.com/)
- 简单说明:golang,金山,思考
---
\ No newline at end of file
---
title: 学习周刊-总第25期-2021年第42周
titleTag: 原创
date: 2021-10-23 21:05:23
permalink: /pages/b1410a/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[onelog](https://github.com/udbjqrmna/onelog)
- 项目说明:go语言日志包
- 相关文章:[README](https://github.com/udbjqrmna/onelog/blob/master/README.md)
---
- 项目地址: [curlconverter](https://github.com/curlconverter/curlconverter)
- 项目说明:将 curl 命令转换为 Python、JavaScript、PHP、R、Go、Rust、Dart、JSON、Ansible、Elixir
- 相关文章:[README](https://github.com/curlconverter/curlconverter/blob/master/README.md)[在线转换地址](https://curl.trillworks.com/#go)
---
- 项目地址:[godirwalk](https://github.com/karrick/godirwalk)
- 项目说明:一个快速遍历目录或者文件夹的golang库。
- 相关文章:[README](https://github.com/karrick/godirwalk/blob/master/README.md)[examples](https://github.com/karrick/godirwalk/tree/master/examples)
---
- 项目地址:[LookSSL](https://lookssl.com/)
- 项目说明:可在这里申请到免费的ssl证书
- 相关文章:[官网](https://lookssl.com/)
---
- 项目地址:[Billfish](https://www.billfish.cn/)
- 项目说明:免费素材管理工具,能够方便地管理本地的图片,pdf等内容
- 相关文章:[文档](https://www.billfish.cn/category/knowledge/)
---
- 项目地址:[share_ppt](https://github.com/rfyiamcool/share_ppt)
- 项目说明:作者分享了一众在往常分享过得PPT
- 相关文章:[README](https://github.com/rfyiamcool/share_ppt/blob/master/README.md)
---
- 项目地址:[job-dsl-plugin](https://github.com/jenkinsci/job-dsl-plugin)
- 项目说明:在线生成Jenkins groovy DSL 的网站
- 相关文章:[在线地址](https://jenkinsci.github.io/job-dsl-plugin/#)
---
- 项目地址:[json-iterator](https://github.com/json-iterator)/**[go](https://github.com/json-iterator/go)**
- 项目说明:一款快且灵活的 JSON 解析器,同时提供 [Java](https://github.com/json-iterator/java)[Go](https://github.com/json-iterator/go) 两个版本。
- 相关文章:[README](https://github.com/json-iterator/go/blob/master/README.md)[官网](http://jsoniter.com/index.cn.html)
---
- 项目地址: [openresty-best-practices](https://github.com/moonbingbing/openresty-best-practices)
- 项目说明:OpenResty 最佳实践
- 相关文章:[在线阅读](https://moonbingbing.gitbooks.io/openresty-best-practices/content/)
---
### 2,优秀文章
---
- [记录一次线上502排查过程](https://studygolang.com/articles/35267#reply5)[Golang之HTTP server 502问题分析](https://segmentfault.com/a/1190000023635278)
- 如题,go服务端设置了ReadTimeout,而net包把这个参数当成了IdleTimeout,从而主动关闭了链接
----
- [效率倍增!网易杭研Nginx自动扩缩容实践](https://sq.sf.163.com/blog/article/375808724630351872)
- 网易的Nginx+consul的实践
---
- [RPM系列文章](https://www.cnblogs.com/michael-xiang/tag/rpm/)
- 如题,作者介绍了spec相关知识,非常详细,值得学习
---
### **3,优秀博客**
---
- 博客地址:[Linux运维菜](http://www.opcai.top/)
- 简单说明:人生苦短,Let's Go ! Python ...
----
- 博客地址:[戈壁堂](http://gebitang.com/)
- 简单说明:先run起来再说,知行合一
---
- 博客地址:[闪电侠的小黑板](https://chende.ren/)
- 简单说明:专注于Golang、C、Node.js、Dart、开发框架、高性能高可用架构、团队管理
---
- 博客地址:[业务逻辑拆分模式](https://autonomy.design/)
- 简单说明:作者针对成熟编程模式做了深入的思考
---
- 博客地址:[Michael翔](https://www.cnblogs.com/michael-xiang/)
- 简单说明:Java,以及一些不错的实践
---
- 博客地址:[fage](http://fage.io)
- 简单说明:程序员,DevOps工程师,开源爱好者
---
\ No newline at end of file
---
title: 学习周刊-总第26期-2021年第43周
titleTag: 原创
date: 2021-10-31 09:08:38
permalink: /pages/28aa5b/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[awesome-go-cn](https://github.com/yinggaozhen/awesome-go-cn)
- 项目说明:**此项目是 [awesome-go](https://awesome-go.com/) 中文版**
- 相关文章:[README](https://github.com/yinggaozhen/awesome-go-cn/blob/master/README.md)
---
- 项目地址:[docker-learning](https://github.com/hegphegp/docker-learning)
- 项目说明:作者整理了不少docker相关的知识内容。有很多服务现成的compose拉起方法。
- 相关文章:[README](https://github.com/hegphegp/docker-learning/blob/master/README.md)
---
- 项目地址:[ ZY-Player](https://github.com/cuiocean/ZY-Player)
- 项目说明:跨平台桌面端视频资源播放器.简洁无广告.免费高颜值
- 相关文章:[官网](http://zyplayer.fun/)
---
- 项目地址:[zek](https://github.com/miku/zek)
- 项目说明:一款能够解析xml转成go struct的工具
- 相关文章:[README](https://github.com/miku/zek/blob/master/README.md)
---
- 项目地址:[longurl](https://github.com/long2ice/longurl)
- 项目说明:一个短链接服务
- 相关文章:[README](https://github.com/long2ice/longurl/blob/dev/README.md)
---
### 2,优秀文章
---
- [Consul运维和监控](https://www.jianshu.com/p/f9bb8e4592c6)
- 如题
----
- [基于Consul的多Beats接入管控与多ES搜索编排](https://elasticsearch.cn/uploads/slides/20191210/ec63ac2c9c8f47c6324e63b6ecd1d2dd.pdf)
- 如题
---
- [Consul 使用手册](http://www.liangxiansen.cn/2017/04/06/consul/)
- 如题
---
- [避免容器中运行的Java应用被杀掉](https://cloud.tencent.com/developer/article/1534661)
- 如题
---
- [通过Nginx、Consul、Upsync实现动态负载均衡和服务平滑发布](https://www.cnblogs.com/throwable/p/13113620.html)
- 如题
---
- [Default port allocations](https://github.com/prometheus/prometheus/wiki/Default-port-allocations)
- prometheus相关的所有端口列表。
---
- [谷歌浏览器的自动翻译图标不见了,不能自动翻译了,在哪找回](https://zhuanlan.zhihu.com/p/81228562)
- 如题
---
### **3,优秀博客**
---
- 博客地址:[Mr.Ye Blogs](https://system51.github.io/)
- 简单说明:prom监控,以及其他运维文章
----
- 博客地址:[触宝运维团队文档](https://haojianxun.github.io/docs/)
- 简单说明:运维文档
---
- 博客地址:[HAOJX](https://haojianxun.github.io/)
- 简单说明:kubernetes,杂施而不孙,则坏乱而不修 ; 独学而无友,则孤陋而寡闻
---
- 博客地址:[PrintLove](https://www.printlove.cn/)
- 简单说明:Gopher、英语、思考、持续学习。
---
- 博客地址:[云原生正发声——首个云原生百科知识节目](https://cloud.tencent.com/developer/special/cloudnative)
- 简单说明:腾讯云的云原生公开课
---
- 博客地址:[Throwable](https://www.cnblogs.com/throwable/)
- 简单说明:Java,go,全能
---
- 博客地址:[于雨氏(AlexStocks) 的小站](https://alexstocks.github.io/)
- 简单说明:一篇文章将就是一个手册,深挖的厉害
---
\ No newline at end of file
---
title: 学习周刊-总第27期-2021年第44周
titleTag: 原创
date: 2021-11-07 09:57:06
permalink: /pages/99b9f0/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[cron](https://github.com/robfig/cron)
- 项目说明:go语言实现的类似Linux中crontab的工具。
- 相关文章:[README](https://github.com/robfig/cron/blob/master/README.md)[介绍文章](https://darjun.github.io/2020/06/25/godailylib/cron/)
---
- 项目地址: [eagle](https://github.com/go-eagle/eagle)
- 项目说明:一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
- 相关文章:[README](https://github.com/go-eagle/eagle/blob/master/README.md)[官方文档](https://go-eagle.org/docs)
---
- 项目地址:[github](https://www.guidebook.top/github/)[google](https://www.guidebook.top/google/)
- 项目说明:github与Google搜索的国内镜像代理站,访问速度较快!
- 相关文章:[官网](https://nav.guidebook.top/)
---
- 项目地址:[doctave](https://github.com/Doctave/doctave)
- 项目说明:类似hugo的一键将markdown渲染成HTML的rust工具,体验了下,目前对中文以及目录层级支持还不太好
- 相关文章:[README](https://github.com/Doctave/doctave/blob/master/README.md)[官网](https://cli.doctave.com/)
---
- 项目地址:[Cnblogs-Theme-SimpleMemory](https://github.com/BNDong/Cnblogs-Theme-SimpleMemory)
- 项目说明:一款好看的博客园主题
- 相关文章:[官方文档](https://www.dbnuo.com/Cnblogs-Theme-SimpleMemory/docs/v2/#/)
---
- 项目地址:[ssh-action](https://github.com/appleboy/ssh-action)
- 项目说明:一个提供了ssh功能的GitHub Actions。
- 相关文章:[README](https://github.com/appleboy/ssh-action/blob/master/README.md)
---
### 2,优秀文章
---
- [Ansible: properly copy local files within the target host](https://selivan.github.io/2017/06/07/ansible-copy-local-files-within-target-host.html)
- ansible利用rsync命令的参数,实现同步文件时如果远程已经存在该文件,则不同步的需求。
----
- [Groovy 操作http请求](https://blog.csdn.net/berdy/article/details/7726936)
- 如题
---
- [Groovy 发送 HTTP 请求](https://liwanggui.com/posts/groovy-http/)
- 如题
---
- [Groovy笔记](https://ljd1996.github.io/2019/08/16/Groovy%E7%AC%94%E8%AE%B0/)
- 作者对groovy的基础用法整理很细致
### **3,优秀博客**
---
- 博客地址:[Coool's Blog](https://www.liukui.tech/)
- 简单说明:k8s,运维,博客内容质量不错
----
- 博客地址:[LeoHsiao's Notes](https://leohsiao.com/)
- 简单说明:Python,Linux,Database,Devops
---
- 博客地址:[衣舞晨风](https://jiankunking.com/)
- 简单说明:Java,elasticsearch,go,k8s
---
- 博客地址:[涛叔](https://taoshu.in/)
- 简单说明:golang
---
- 博客地址:[极地瑞雪](http://docs.lvrui.io/)
- 简单说明:golang,docker
---
- 博客地址:[lanyulei](https://www.fdevops.com/)
- 简单说明:devops,开源了非常强的CMDB,工单系统等
---
\ No newline at end of file
---
title: 学习周刊-总第28期-2021年第45周
titleTag: 原创
date: 2021-11-14 17:12:16
permalink: /pages/e89d1e/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[pigs](https://github.com/small-flying-pigs/pigs)
- 项目说明:CMDB,K8S容器管理,运维平台
- 相关文章:[README](https://github.com/small-flying-pigs/pigs/blob/master/README.md)
---
- 项目地址: [fiy](https://github.com/lanyulei/fiy)
- 项目说明:配置管理数据库,即CMDB。
- 相关文章:[README](https://github.com/lanyulei/fiy/blob/master/README.md)
---
- 项目地址:[logseq](https://github.com/logseq/logseq)
- 项目说明:本地优先的非线性大纲笔记本,用于组织和共享您的个人知识库。
- 相关文章:[官网](https://logseq.com/)
---
- 项目地址:[crossnote](https://github.com/0xGG/crossnote)
- 项目说明:交叉笔记
- 相关文章:[官网](https://crossnote.app/)
---
- 项目地址: [RSSHub](https://github.com/DIYgod/RSSHub)
- 项目说明:RSSHub 是一个开源、易于使用且可扩展的 RSS 提要生成器。它能够从几乎所有内容生成 RSS 提要。
- 相关文章:[官方文档](https://docs.rsshub.app/)
---
- 项目地址: [menubar_runcat](https://github.com/Kyome22/menubar_runcat)
- 项目说明:MacBook 菜单栏上的一个可爱的跑猫动画,其奔跑速度用以表示系统负载。
![](http://t.eryajf.net/imgs/2021/11/02585b519054c3bc.gif)
- 相关文章:[README](https://github.com/Kyome22/menubar_runcat/blob/master/README.md)
---
- 项目地址:[typora-markdown-resume](https://github.com/CodingDocs/typora-markdown-resume)
- 项目说明:typora的一款主题,一款简洁大方的Markdown简历模板。
- 相关文章:[README](https://github.com/CodingDocs/typora-markdown-resume/blob/master/README.md)
---
- 项目地址:[perf-tools](https://github.com/brendangregg/perf-tools)
- 项目说明:Linux中的性能分析工具
- 相关文章:[README](https://github.com/brendangregg/perf-tools/blob/master/README.md)
---
### 2,优秀文章
---
- [docker-compose up使用自定义的网段的两种方式(从其根源指定)](https://www.cnblogs.com/lemon-le/p/10531449.html)
- 有时候可能要调整docker默认网卡的网段,调整之后发现还有172的监听,那可能就是docker-compose启动的容器,本文给出了解决方案。
----
- [如何用atext进行高效文字流](https://www.jianshu.com/p/a9b9590d8c25)
- 一款不错的文字编辑效率工具
---
### **3,优秀博客**
---
- 博客地址:[软达通](https://cyddgh.github.io/)
- 简单说明:网站分享了很多效率工具,尤以obsidian为甚。
----
- 博客地址:[数字生活日志](https://mirtle.cn/)
- 简单说明:记录生活,分享知识,有不少效率工具实践
---
- 博客地址:[莉莉安的迷宫](https://lillian-who.github.io/)
- 简单说明:效率,obsidian
---
- 博客地址:[运维工程师文档库](https://www.ezops.cn/)
- 简单说明:运维,开发,优秀的wiki
---
- 博客地址:[小诺运维](https://opstand.gitee.io/)
- 简单说明:如果你希望成功,当以恒心为良友、以经验为参谋、以谨慎为兄弟、以希望为哨兵
---
\ No newline at end of file
---
title: 学习周刊-总第29期-2021年第46周
titleTag: 原创
date: 2021-11-20 09:42:48
permalink: /pages/84d3b3/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### **1,开源项目**
---
- 项目地址:[Bob](https://github.com/ripperhe/Bob)
- 项目说明:Mac平台下非常棒的翻译工具
- 相关文章:[README](https://github.com/ripperhe/Bob/blob/master/README.md)[官网](https://ripperhe.gitee.io/bob/)
---
- 项目地址: [wttr.in](https://github.com/chubin/wttr.in)
- 项目说明:提供了命令行获取天气信息的工具。
- 相关文章:[README](https://github.com/chubin/wttr.in/blob/master/README.md)
---
- 项目地址:[wego](https://github.com/schachmat/wego)
- 项目说明:go版本的终端天气工具
- 相关文章:[官网](https://logseq.com/)
---
- 项目地址:[github-rank](https://github.com/jaywcjlove/github-rank)
- 项目说明:Github 中国和全球用户排名,全球仓库 Star 最多排名(自动日更)。
- 相关文章:[官网](https://wangchujiang.com/github-rank/)
---
### 2,优秀文章
---
- [MarkDown超级教程 Obsidian版](https://publish.obsidian.md/csj-obsidian/0+-+Obsidian/Markdown/MarkDown%E8%B6%85%E7%BA%A7%E6%95%99%E7%A8%8B+Obsidian%E7%89%88)
- 如题,很全面的Markdown语法教程
----
- [Mermaid 流图](https://publish.obsidian.md/csj-obsidian/0+-+Obsidian/Mermaid/Mermaid+%E6%B5%81%E5%9B%BE)
- 流程图教程,很全面
---
### **3,优秀博客**
---
- 博客地址:[obsidian插件汇总](https://ob.pory.app/)[airTable版本](https://airtable.com/shrdmp10Lxmf5Wmgl/tblJqnWpcKURTjysX)
- 简单说明:一位up主整理的所有插件,以及插件简介,和国内下载地址。
---
\ No newline at end of file
---
title: 学习周刊-总第30期-2021年第47周
titleTag: 原创
date: 2021-11-27 15:38:19
permalink: /pages/de93ec/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### 1,开源项目
---
- 项目地址:[ddns-go](https://github.com/jeessy2/ddns-go)
- 项目说明:简单好用的DDNS。自动更新域名解析到公网IP(支持阿里云、腾讯云dnspod、Cloudflare、华为云)
- 相关文章:[README](https://github.com/jeessy2/ddns-go/blob/master/README.md)
---
- 项目地址: [kunlun](https://github.com/huichen/kunlun)
- 项目说明:基于go语言实现的git仓库代码搜索引擎
- 相关文章:[README](https://github.com/huichen/kunlun/blob/master/README.md)
---
- 项目地址:[go-pinyin](https://github.com/mozillazg/go-pinyin)
- 项目说明:go语言的汉字转拼音库
- 相关文章:[README](https://github.com/mozillazg/go-pinyin/blob/master/README.md)
---
- 项目地址:[progress-bar](https://github.com/fredericojordan/progress-bar)
- 项目说明:一款添加进度条图标的工具,比如一年52周,本周笔记已经是第47周![](https://progress-bar.dev/47/?scale=52&title=week&suffix=周)
- 相关文章:[README](https://github.com/fredericojordan/progress-bar/blob/master/README.md)
---
- 项目地址:[copy-as-markdown](https://github.com/notlmn/copy-as-markdown)
- 项目说明:一款能够在chrome中将文章内容复制为Markdown格式的插件。
- 相关文章:[README](https://github.com/notlmn/copy-as-markdown/blob/master/readme.md)
---
- 项目地址:[ cloudpods](https://github.com/yunionio/cloudpods)
- 项目说明:开源、云原生的多云和混合云融合平台
![](http://t.eryajf.net/imgs/2021/11/7bb9dcbe4d8f7f4b.png)
- 相关文章:[官网](https://www.cloudpods.org/zh/)
---
- 项目地址:[simpread](https://github.com/Kenshin/simpread)
- 项目说明:简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
- 相关文章:[官网](http://ksria.com/simpread/)[论坛](https://github.com/Kenshin/simpread/discussions)
---
- 项目地址:[marktext](https://github.com/marktext/marktext)
- 项目说明:一个简单而优雅的markdown编辑器,可用于Linux,macOS和Windows。类似typora,不过简单体验下来功能还不够丰富。
- 相关文章:[官网](https://marktext.app/)
---
- 项目地址:[github-profile-summary-cards](https://github.com/vn7n24fzkq/github-profile-summary-cards)
- 项目说明:一个台湾网友分享的给github个人主页添加丰富汇总信息的项目。
![](http://t.eryajf.net/imgs/2021/11/c4fe67d4abe64d35.png)
- 相关文章:[说明文档](https://github.com/vn7n24fzkq/github-profile-summary-cards/blob/master/docs/README.zh-tw.md)
---
### 2,优秀文章
---
- [我的笔记组织体系分享](https://forum-zh.obsidian.md/t/topic/67)
- 如题,学习别人基于ob写笔记的思路
----
- [obsidian插件之dataview入门](https://forum-zh.obsidian.md/t/topic/195)
- 如题
---
### 3,优秀博客
---
- 博客地址:[仁扬](https://imlht.com/)
- 简单说明:golang,内容丰富。
---
- 博客地址:[Ganymede Nil Developer](https://www.ganymedenil.com/)
- 简单说明:golang,全干工程师
---
- 博客地址:[马谦的博客](https://www.dyxmq.cn/)
- 简单说明:内容丰富,值得阅读与学习
---
- 博客地址:[深白色9527](https://shenbaise9527.com/)
- 简单说明:golang
---
\ No newline at end of file
---
title: 学习周刊-总第31期-2021年第48周
titleTag: 原创
date: 2021-12-04 12:25:15
permalink: /pages/26a46c/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### 1,开源项目
---
- 项目地址:[free-api](https://github.com/fangzesheng/free-api)
- 项目说明:收集免费的接口服务,做一个api的搬运工
- 相关文章:[README](https://github.com/fangzesheng/free-api/blob/master/README.md)
---
- 项目地址: [goreplay](https://github.com/buger/goreplay)
- 项目说明:GoReplay是一个开源工具,用于将实时HTTP流量捕获和回放到测试环境中,以便用真实数据持续测试您的系统。我们可以利用此工具抓取HTTP的包。
- 相关文章:[官网](https://goreplay.org/)
---
- 项目地址:[logseq](https://github.com/logseq/logseq)
- 项目说明:一款以大纲笔记为主线的markdown双链笔记软件。
- 相关文章:[README](https://github.com/logseq/logseq/blob/master/README.md)
---
- 项目地址:[marktext](https://github.com/marktext/marktext)
- 项目说明:一款类似typora的所见即所得的Markdown编辑器,typora收费之后,这款软件的呼声挺高,体验了下还不错,只不过目前还不支持中文。
- 相关文章:[README](https://github.com/marktext/marktext/blob/develop/README.md)
---
### 2,优秀文章
---
- [macOS date 命令增减时间](https://blog.csdn.net/u010022158/article/details/113403422)
- 如题,Mac中时间加减法与Linux中用法略有不同,需要注意
----
- [5 款小工具,轻松解锁 Mac 隐藏功能](https://sspai.com/post/45668)
- 如题,值得拥有
---
### 3,优秀博客
---
- 博客地址:[木木木木木](https://immmmm.com/)
- 简单说明:obsidian,极客
---
- 博客地址:[Jesse's home](https://www.jesse.top/)
- 简单说明:Linux,coding,文学
---
- 博客地址:[Liangjf](http://liangjf.top/)
- 简单说明:golang,源码分析
---
- 博客地址:[阿西河](https://www.axihe.com/)
- 简单说明:前端开发,内容丰富。
---
- 博客地址:[无人小站](http://jpliu.github.io/)
- 简单说明:博主分享了不少优秀的工具
---
\ No newline at end of file
---
title: 学习周刊-总第32期-2021年第49周
titleTag: 原创
date: 2021-12-11 16:17:18
permalink: /pages/741945/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### 1,开源项目
---
- 项目地址:[QZoneExport](https://github.com/ShunCai/QZoneExport)
- 项目说明:一款免费的自动将QQ空间的日志,说说,留言,相册导出的工具,很赞。
- 相关文章:[README](https://github.com/ShunCai/QZoneExport/blob/master/README.md)
---
- 项目地址: [kstone](https://github.com/tkestack/kstone)
- 项目说明:Kstone 是一个针对 [etcd](https://github.com/etcd-io/etcd) 的全方位运维解决方案,提供集群管理(关联已有集群、创建新集群等)、监控、备份、巡检、数据迁移、数据可视化、智能诊断等一系列特性。
- 相关文章:[README](https://github.com/tkestack/kstone/blob/master/README_CN.md)
---
- 项目地址:[graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)
- 项目说明:B站账号@咏而归L作者整理的希腊神话的读书笔记,下载之后使用obsidian打开,能够直接看到如下图的笔记体系。
![](http://t.eryajf.net/imgs/2021/12/4f81ce312e925532.png)
- 相关文章:[README](https://github.com/Lihaogx/graph-note-of-greek-myth/blob/main/README.md)
---
### 2,优秀文章
---
- [go结构体中按时间字段排序](https://mlog.club/article/90860)
- 如题
----
- [Effective Go](https://chingli.com/coding/effective-go/)
- go必读文档
---
- [golng切片实现分页](https://www.cnblogs.com/niuben/p/14666624.html)
- 如题
---
### 3,优秀博客
---
- 博客地址:[青砾](https://chingli.com/)
- 简单说明:诗歌,编程
---
- 博客地址:[老猫的杂货铺](https://3030.xyz/)
- 简单说明:golang,nodejs
---
- 博客地址:[Usubeni Fantasy](https://ssshooter.com/tag/coding/)
- 简单说明:前端,涉猎广泛
---
- 博客地址:[海龟先生](http://haiguixiansheng.org.cn/)
- 简单说明:k8s,运维,golang
---
- 博客地址:[SRE运维博客](https://www.cnsre.cn/)
- 简单说明:一名90后的SRE(System Reboot Engineer)运维
---
---
title: 学习周刊-总第33期-2021年第50周
titleTag: 原创
date: 2021-12-18 16:24:43
permalink: /pages/34c25d/
categories:
- 周刊
- 学习周刊
- 2021年
- 2021年
tags:
- null
description:
---
### 1,优秀项目
---
- 项目地址:[go-awesome](https://github.com/shockerli/go-awesome)
- 项目说明:Go 语言优秀资源整理,为项目落地加速
- 相关文章:[README](https://github.com/shockerli/go-awesome/blob/master/README.md)
---
- 项目地址:[go-sh](https://github.com/codeskyblue/go-sh)
- 项目说明:golang中的shell命令包,提供了更加类shell的命令行操作。
- 相关文章:[README](https://github.com/codeskyblue/go-sh/blob/master/README.md)
---
- 项目地址:[eagle](https://github.com/go-eagle/eagle)
- 项目说明:一款小巧的基于Go构建的开发框架(gin+gorm),可以快速构建API服务或者Web网站进行业务开发
- 相关文章:[官网](https://go-eagle.org/)
---
- 项目地址:[gen](https://github.com/wangbjun/gen)
- 项目说明:基于Gin框架开发的脚手架工具,便于使用Go快速开发接口,集成数据库、日志、配置等开源库,开箱即用
- 相关文章:[README](https://github.com/wangbjun/gen/blob/master/README.md)
---
- 项目地址:[gin-web](https://github.com/piupuer/gin-web)
- 项目说明:由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架
- 相关文章:[README](https://github.com/piupuer/gin-web/blob/dev/README.md)
---
- 项目地址:[espanso](https://github.com/federico-terzi/espanso)
- 项目说明:基于rust语言编写的跨平台文本扩展工具,自定义条件补全内容。
- 相关文章:[官网](https://espanso.org/)
---
- 项目地址:[MacZip](https://ezip.awehunt.com/)
- 项目说明:该站点提供了Mac中免费使用的解压软件,和右键功能扩展插件,非常不错。
- 相关文章:[官网](https://ezip.awehunt.com/)
---
- 项目地址:[Rectangle](https://github.com/rxhanson/Rectangle)
- 项目说明:Mac中通过快捷键管理窗口的一款工具。
![](http://t.eryajf.net/imgs/2021/12/d3f73b71ae061a57.png)
- 相关文章:[官网](https://rectangleapp.com/)
---
- 项目地址:[syncthing](https://github.com/syncthing/syncthing)
- 项目说明:开源的跨平台文件同步工具。
- 相关文章:[官网](https://syncthing.net/)
---
- 项目地址:[whistle](https://github.com/avwo/whistle)
- 项目说明:基于Node实现的跨平台抓包调试代理工具。
- 相关文章:[README](http://wproxy.org/whistle/)
---
### 2,优秀文章
---
- [K8S – 光速理解operator](https://yuerblog.cc/2019/08/13/k8s-%e5%85%89%e9%80%9f%e7%90%86%e8%a7%a3operator/)
- 如题
---
- [Go 并发编程——Race Condition](https://zhuanlan.zhihu.com/p/96404744)
- 开发过程中,尽量将初始化前置,不要后置,以免出现奇怪的问题
---
- [Using Pointers In Go](https://www.ardanlabs.com/blog/2014/12/using-pointers-in-go.html)
- go开发过程中,是使用值传递还是引用传递
---
- [GORM最佳实践之ErrRecordNotFound的坑](https://jingwei.link/2018/11/18/gorm-err-record-not-found.html)
- 如题
---
### 3,优秀博客
---
- 博客地址:[Obsidian Plugin Developer Docs](https://marcus.se.net/obsidian-plugin-docs/)
- 简单说明:Obsidian插件开发指南。
---
- 博客地址:[Yuan Blog](http://www.yuan316.com/)
- 简单说明:博主的文章都是长篇整理,可见其用心
---
- 博客地址:[虚妄之城](https://liheyuting.github.io/)
- 简单说明:在这个时代下,很难得有这样表达内容的博客
---
- 博客地址:[Keep Foolish](https://www.bwangel.me/)
- 简单说明:文章质量不错,看得出来作者用心之作
---
- 博客地址:[SMSLIT](https://blog.smslit.cn/)
- 简单说明:作者分享的Mac软件开发教程很不错
---
---
title: 学习周刊-总第34期-2021年第51周
titleTag: 原创
date: 2021-12-25 15:29:45
permalink: /pages/8b1463/
categories:
- 周刊
- 学习周刊
- 2021年
- 学习周刊
- 2021年
tags:
- null
description:
---
### 1,优秀项目
---
- 项目地址:[fx](https://github.com/nikgalushko/fx)
- 项目说明:一款有用的go语言函数式编程助手,能够方便的使用处理slice,map等内容,不过需要注意该库仅支持Go 1.18+。
比如他提供了类似groovy中的脚本方法:
```go
sum := 0
Each([]int{1, 2, 3, 4}, func(i int) {
sum += i
})
// sum is 10
```
这种写法看起来还挺有意思的。
- 相关文章:[官网](https://nikgalushko.github.io/fx/#/)
---
- 项目地址:[ki](https://github.com/ywgx/ki)
- 项目说明:轻松管理多个kubeconfig。
- 相关文章:[官网](https://ki.xabc.io/#/)
---
- 项目地址:[Sequel-Ace](https://github.com/Sequel-Ace/Sequel-Ace)
- 项目说明:一款开源的数据库管理工具。
- 相关文章:[README](https://github.com/Sequel-Ace/Sequel-Ace/blob/main/readme.md)
---
- 项目地址:[markdown-resume](https://github.com/mdnice/markdown-resume)
- 项目说明:支持 Markdown 和富文本的在线简历排版工具
- 相关文章:[在线体验网站](https://resume.mdnice.com/)
---
### 2,优秀文章
---
- [Service Mesh 和 API Gateway 关系深度探讨](https://www.sofastack.tech/blog/service-mesh-api-gateway-in-depth-discussion-of-relationships/)
- 如题
---
- [登录态 & SSO](https://mp.weixin.qq.com/s/_B_4YbKEsjNUd_hGDGHFAA)
- 一些登陆校验相关的知识
---
- [用三只兔子解释了 K8s 的污点和容忍](https://mp.weixin.qq.com/s/N5NLnPUDBBWK9rjT6qOMPQ)
- 通俗易懂
---
### 3,优秀博客
---
- 博客地址:[Butterpig](https://www.butterpig.top/)
- 简单说明:致力于提供在线智能图片压缩,在线生成ico图标,在线登记照改换底色,在线生成圆角图,在线电子印章设计,图片处理工具,技术资源分享等多种在线实用工具
---
- 博客地址:[Shuzang's Blog](https://shuzang.github.io/)
- 简单说明:博客内容挺多,作者是个有想法的同学
---
- 博客地址:[赶路人](https://xieys.club/)
- 简单说明:golang,k8s
---
- 博客地址:[TsingChan](http://www.9ong.com/)
- 简单说明:软件工程师、架构师,博客十分丰富,值得学习
---
\ No newline at end of file
---
title: 学习周刊-总第35期-2021年第52周
titleTag: 原创
date: 2022-01-01 13:50:58
permalink: /pages/15fc59/
categories:
- 周刊
- 学习周刊
- 2021年
- 学习周刊
- 2021年
tags:
- null
description:
---
### 1,优秀项目
---
- 项目地址:[kind](https://github.com/kubernetes-sigs/kind)
- 项目说明:使用 Docker 容器作为节点,在本地快速运行起 Kubernetes 集群的工具。
- 相关文章:[官方文档](https://kind.sigs.k8s.io/)
---
- 项目地址:[sniffer](https://github.com/chenjiandongx/sniffer)
- 项目说明:用于查看进程和连接的流量情况的命令行工具。界面简洁美观,支持进程、Socket 等不同视角查看流量数据
- 相关文章:[官方介绍文档](https://chenjiandongx.me/2021/11/17/sniffer-network-traffic/)
---
- 项目地址:[appflowy](https://github.com/AppFlowy-IO/appflowy)
- 项目说明:对标notion的开源笔记工具。
- 相关文章:[官网](https://www.appflowy.io/)
---
- 项目地址:[luban](https://github.com/dnsjia/luban)
- 项目说明:CMDB,K8S容器管理,运维平台,自动化运维发布平台
![](http://t.eryajf.net/imgs/2021/12/2043ec50853239dd.jpeg)
- 相关文章:[README](https://github.com/dnsjia/luban#readme)
---
- 项目地址:[kafka-ui](https://github.com/provectus/kafka-ui)
- 项目说明:一款Python+Vue写的kafka-web管理后台
![](http://t.eryajf.net/imgs/2021/12/017172856f3f922f.png)
- 相关文章:[README](https://github.com/provectus/kafka-ui#readme)
---
- 项目地址:[cmdboard](https://github.com/pharuq/cmdboard)
- 项目说明:一款能够存储shell命令的工具,你可以把常用的命令存储在这个工具里。
- 相关文章:[README](https://github.com/pharuq/cmdboard#readme)
---
- 项目地址:[resume](https://github.com/visiky/resume)
- 项目说明:在线简历生成器
- 相关文章:[在线地址](https://visiky.github.io/resume/)
---
- 项目地址:[dongle](https://github.com/golang-module/dongle)
- 项目说明:一个轻量级、语义化、对开发者友好的 golang 编码解码、加密解密库
- 相关文章:[README](https://github.com/golang-module/dongle/blob/main/README.cn.md)
---
### 2,优秀文章
---
- [BPF简介,以及使用kubectl trace插件为kubernetes集群运行BPF程序](https://www.kubernetes.org.cn/5323.html)
- 如题
---
- [我做系统架构的一些原则](https://coolshell.cn/articles/21672.html/comment-page-1#comments)
- 如题,陈皓大佬分享的过来人经验
---
- [Google:12 条 Golang 最佳实践](https://mp.weixin.qq.com/s/JD5C2XadveECwdcUtIqoog)
- 如题
---
### 3,优秀博客
---
- 博客地址:[鲜花的主人](https://www.youqiqi.cn/)
- 简单说明:运维,k8s
---
- 博客地址:[dongdong's blog](https://chenjiandongx.me/)
- 简单说明:golang
---
- 博客地址:[自记小屋](https://www.ziji.work/)
- 简单说明:运维,k8s,golang
---
- 博客地址:[田飞雨](https://blog.tianfeiyu.com/)
- 简单说明:专注于k8s云原生实践
---
- 博客地址:[Just For Fun](https://www.charmcode.cn/)
- 简单说明:golang源码解读,web框架
---
---
title: 学习周刊-总第36期-2022年第01周
titleTag: 原创
date: 2022-01-07 22:08:28
permalink: /pages/aa3e00/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[Blue-topaz-examples](https://github.com/cumany/Blue-topaz-examples)
- 项目说明:这个项目提供了ob入门配置的所有成品展示,可做参考学习。
![](http://t.eryajf.net/imgs/2022/01/345c225125d1a501.png)
- 相关文章:[README](https://github.com/cumany/Blue-topaz-examples#readme)
---
- 项目地址:[kubernetes-event-exporter](https://github.com/opsgenie/kubernetes-event-exporter)
- 项目说明:这个程序能够将k8s中的事件同步到其他平台中,比如es,kafka,file,webhook等。
- 相关文章:[README](https://github.com/opsgenie/kubernetes-event-exporter#readme)
---
- 项目地址:[tail](https://github.com/hpcloud/tail)
- 项目说明:一个实现了类似 `tail -f` 能力的go库。
- 相关文章:[README](https://github.com/hpcloud/tail#readme)
---
- 项目地址:[prometheus-nginxlog-exporter](https://github.com/martin-helmich/prometheus-nginxlog-exporter)
- 项目说明:如题,此项目能够解析Nginx日志,暴漏成metrics指标。
- 相关文章:[README](https://github.com/martin-helmich/prometheus-nginxlog-exporter#readme)
---
- 项目地址:[goquery](https://github.com/PuerkitoBio/goquery)
- 项目说明:一个提供搜索能力的包。
- 相关文章:[README](https://github.com/PuerkitoBio/goquery#readme)
---
- 项目地址:[pagic](https://github.com/xcatliu/pagic)
- 项目说明:一个不错的类似docsify的文档站点,因为是个人开发者开源的,可能插件方面不够丰富,适合会前端的同学折腾。
- 相关文章:[官网](https://pagic.cn/)
---
- 项目地址:[supervisord](https://github.com/ochinchina/supervisord)
- 项目说明:通常我们使用的supervisord是Python版本的,这个项目基于go实现了一个supervisord。
- 相关文章:[README](https://github.com/ochinchina/supervisord#readme)
---
- 项目地址:[incubator-shenyu](https://github.com/apache/incubator-shenyu)
- 项目说明:这是一个异步的,高性能的,跨语言的,响应式的 `API` 网关。
![](https://shenyu.apache.org/zh/img/architecture/shenyu-framework.png)
- 相关文章:[官网](https://shenyu.apache.org/zh/)
---
- 项目地址:[gout](https://github.com/guonaihong/gout)
- 项目说明:一个 http client包,功能齐全,国人开发,文档友好
- 相关文章:[README](https://github.com/guonaihong/gout#readme)
---
### 2,优秀文章
---
- [限制cgroup的内存使用](https://segmentfault.com/a/1190000008125359)
- 如题
---
- [docsify的配置+全插件列表](https://xhhdd.cc/index.php/archives/80/comment-page-1)
- 作者全面地介绍了docsify以及插件
---
- [为什么CMDB在很多企业用不起来?](https://mp.weixin.qq.com/s/Y02urdTpfyUT3W1_3v7JuQ)
- 如题
---
- [CMDB到底如何建设?](https://mp.weixin.qq.com/s?__biz=Mzg4NTU2NjIyNA==&mid=2247489183&idx=1&sn=afe59ecf3b2fce1fc1c0e2859d6b3766&chksm=cfa7a8e0f8d021f6c03c863401d4d2b54bc9cda38d032bd6752d0713576e6dd67a02e09e1fd3&mpshare=1&scene=1&srcid=0106A4Z8L44ESgNiPC650Esi&sharer_sharetime=1641438801547&sharer_shareid=785cf2e53804102b5ae1b2747babc55b&version=3.1.20.90367&platform=mac#rd)
- 如题
---
- [新一代CMDB模型构建探讨](https://mp.weixin.qq.com/s?__biz=MzA4NjAzMjEyOA==&mid=2654565544&idx=1&sn=1cbab43bf67ba4b07abf439a3a34eb7a&chksm=84033ec7b374b7d1e4b4cad50e65789045c188b4c8a030f4051f776c17bdffe8c53b0a690620&mpshare=1&scene=1&srcid=0106HhECYoOuUJeNq2mpVEdo&sharer_sharetime=1641438780413&sharer_shareid=785cf2e53804102b5ae1b2747babc55b&version=3.1.20.90367&platform=mac#rd)
- 如题
---
### 3,优秀博客
---
- 博客地址:[TypeScript 入门教程](https://ts.xcatliu.com/)
- 简单说明:如题,空的时候可以看看学习学习
---
- 博客地址:[温智全的博客](https://wenzhiquan.github.io/)
- 简单说明:知识点都是长篇整理的,非常优秀
---
- 博客地址:[GitHub中文社区](https://www.githubs.cn/)
- 简单说明:提供了github一些项目趋势,汇总,精选,排行等内容
---
---
title: 学习周刊-总第37期-2022年第02周
titleTag: 原创
date: 2022-01-15 13:47:04
permalink: /pages/cbecfd/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[refined-github](https://github.com/refined-github/refined-github)
- 项目说明:一个浏览器扩展,针对于github浏览体验增强的插件。
- 相关文章:[README](https://github.com/refined-github/refined-github#readme)
---
- 项目地址:[git-history](https://github.com/pomber/git-history)
- 项目说明:从任何git存储库中快速浏览文件的历史记录
- 相关文章:[README](https://github.com/pomber/git-history#readme),[官网](https://githistory.xyz/)
---
- 项目地址:[github-i18n-plugin](https://github.com/k1995/github-i18n-plugin)
- 项目说明:GitHub汉化油猴插件,效果不错。
- 相关文章:[README](https://github.com/k1995/github-i18n-plugin#readme)
---
- 项目地址:[picx](https://github.com/XPoet/picx)
- 项目说明:一款基于 GitHub API & jsDelivr 开发的具有 CDN 加速功能的图床管理工具
- 相关文章:[README](https://github.com/XPoet/picx#readme)
---
- 项目地址:[readme.so](https://github.com/octokatherine/readme.so)
- 项目说明:一款能够在线制定项目README的工具。
![](http://t.eryajf.net/imgs/2022/01/1673c473898b4424.png)
- 相关文章:[官网](https://readme.so/cn)
---
- 项目地址:[qmgo](https://github.com/qiniu/qmgo)
- 项目说明:`Qmgo` 是一款`Go`语言的`MongoDB` `driver`,它基于[MongoDB 官方 driver](https://github.com/mongodb/mongo-go-driver) 开发实现,同时使用更易用的接口设计,比如参考[mgo](https://github.com/go-mgo/mgo) (比如`mgo`的链式调用)。
- 相关文章:[README](https://github.com/qiniu/qmgo/blob/master/README_ZH.md)
---
- 项目地址:[ebpfmanager](https://github.com/ehids/ebpfmanager)
- 项目说明:ebpfmanager参照datadog/ebpf/manager包的思想,基于cilium/ebpf实现的ebpf类库封装。
- 相关文章:[README](https://github.com/ehids/ebpfmanager#readme)
---
- 项目地址:[mizu](https://github.com/up9inc/mizu)
- 项目说明:适用于Kubernetes的API流量查看器,使您能够查看微服务之间的所有API通信。想想TCPDump和Wireshark是为Kubernetes重新发明的。
![](http://t.eryajf.net/imgs/2022/01/d5e8912d7b72ce13.png)
- 相关文章:[官网](https://getmizu.io/)
---
- 项目地址:[PPTist](https://github.com/pipipi-pikachu/PPTist)
- 项目说明:基于Vue实现的在线PPT应用。
- 相关文章:[README](https://github.com/pipipi-pikachu/PPTist#readme),[在线PPT](https://pipipi-pikachu.github.io/PPTist/)
---
### 2,优秀文章
---
- [Markdown中语法高亮的文档](https://prismjs.com/#supported-languages)
- 如题
---
- [如何用eBPF分析Golang应用](https://blog.huoding.com/2021/12/12/970)
- 如题
---
- [什么是 Linux 中的端口分片以及我为什么要关心](https://blog.n0p.me/2018/02/2018-02-20-portsharding/)
- NGINX配置此参数之后,效率大增
---
- [如何优雅地重试](https://mp.weixin.qq.com/s/6IkTnUbBlHjM3GM_bT35tA)
- 字节内部的重试经验
---
### 3,优秀博客
---
- 博客地址:[gopherdaily](https://github.com/bigwhite/gopherdaily)
- 简单说明:go日报,[官网](https://gopher-daily.com/)
---
- 博客地址:[跟我一起写Makefile](https://seisman.github.io/how-to-write-makefile/#)
- 简单说明:陈皓大佬分享的Makefile编写指南。
---
- 博客地址:[wenfh2020 ](https://wenfh2020.com/)
- 简单说明:内核方面,NGINX等深入探索
---
- 博客地址:[胡文峰的生活全记录](https://wfhu.gitbooks.io/life/content/)
- 简单说明:生活,工作,文艺,杂文
---
- 博客地址:[n0p Blog](https://blog.n0p.me/)
- 简单说明:Rants, Linux Tips, Infosec, Blue Team stuff
---
\ No newline at end of file
---
title: 学习周刊-总第38期-2022年第03周
titleTag: 原创
date: 2022-01-21 21:43:40
permalink: /pages/1d2aab/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[osp](https://github.com/openspacee/osp)
- 项目说明:OpenSpace是一个开源的可以同时管理多个不同云厂商的Kubernetes集群管理平台。
![](http://t.eryajf.net/imgs/2022/01/ba56862e2b17337a.png)
- 相关文章:[README](https://github.com/openspacee/osp#readme)
---
- 项目地址:[china_regions](https://github.com/wecatch/china_regions)
- 项目说明:最全最新中国省市,地区json及sql数据
- 相关文章:[README](https://github.com/wecatch/china_regions#readme)
---
- 项目地址:[OMP](https://github.com/CloudWise-OpenSource/OMP)
- 项目说明:OMP是云智慧公司自主设计、研发,为用户提供便捷运维能力和业务管理的轻量级、聚合型、智能运维管理平台。
![](http://t.eryajf.net/imgs/2022/01/8ce0f73b9350a20a.png)
- 相关文章:[README](https://github.com/CloudWise-OpenSource/OMP#readme)
---
- 项目地址:[sonic](https://github.com/bytedance/sonic)
- 项目说明:一个极快的 JSON 序列化和反序列化库
- 相关文章:[README](https://github.com/bytedance/sonic#readme)
---
- 项目地址:[cloudiac](https://github.com/idcos/cloudiac)
- 项目说明:CloudIaC 是基于基础设施即代码构建的云环境自动化管理平台。 CloudIaC 将易于使用的界面与强大的治理工具相结合,让您和您团队的成员可以快速轻松的在云中部署和管理环境。
- 相关文章:[官网](https://cloudiac.idcos.com/),[官方文档](https://idcos.github.io/cloudiac/0.8.1/)
---
- 项目地址:[hidden](https://github.com/dwarvesf/hidden)
- 项目说明:Mac电脑中顶部状态栏图标隐藏工具
- 相关文章:[README](https://github.com/dwarvesf/hidden#readme)
---
- 项目地址:[KubePi](https://github.com/KubeOperator/KubePi)
- 项目说明:KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板
![](http://t.eryajf.net/imgs/2022/01/05a3eba8a3cfb627.gif)
- 相关文章:[官方文档](https://kubeoperator.io/docs/kubepi/)
---
- 项目地址:[awesome-tools](https://github.com/sunlei/awesome-tools)
- 项目说明:作者整理了他收集的常用软件。
- 相关文章:[README](https://github.com/sunlei/awesome-tools/blob/master/README.md)
---
### 2,优秀文章
---
- [DevOps:打破开发运维的屏障](https://www.atlassian.com/zh/devops)
- 一个不错的系列笔记,值得学习
---
- [kubernetes 实用技巧: 使用 ksniff 抓包](https://imroc.cc/post/202105/capture-packets-with-ksniff/)
- 如题,唯一难受的可能是在Linux环境中插件安装比较费劲儿
---
- [服务发现与配置管理高可用最佳实践](https://my.oschina.net/u/3874284/blog/5392368)
- 如题
---
### 3,优秀博客
---
- 博客地址:[cloudchef](https://console.smartcmp.cloud/help/)
- 简单说明:骞云CloudChef平台的帮助文档,可从此文档学习其思路
---
- 博客地址:[架构小白](https://blog.frognew.com/)
- 简单说明:golang,Pulsar
---
- 博客地址:[生信爱好者周刊](https://shixiangwang.github.io/weekly/)
- 简单说明:一个与阮一峰周刊类似的周刊
---
- 博客地址:[Leeyom Wang](https://blog.leeyom.top/#/)
- 简单说明:博客内容很优秀
---
- 博客地址:[go语言应急手册](https://www.kancloud.cn/coding3min/golang/1756004)
- 简单说明:内容不错,是经过作者精心整理的内容
---
---
title: 学习周刊-总第39期-2022年第04周
titleTag: 原创
date: 2022-01-30 16:16:38
permalink: /pages/478f83/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[gopsutil](https://github.com/shirou/gopsutil)
- 项目说明:强大的unix系统状态信息集成的go语言库。
- 相关文章:[README](https://github.com/shirou/gopsutil#readme)
---
- 项目地址:[go-stress-testing](https://github.com/link1st/go-stress-testing)
- 项目说明:go 实现的压测工具
- 相关文章:[README](https://github.com/link1st/go-stress-testing#readme)
---
- 项目地址:[email](https://github.com/jordan-wright/email)
- 项目说明:强大而灵活的Go电子邮件库
- 相关文章:[README](https://github.com/jordan-wright/email#readme)
---
- 项目地址:[Programmer-look-at-China](https://github.com/csguide-dabai/Programmer-look-at-China)
- 项目说明:介绍中国各二线以上城市的互联网环境以及生活成本
- 相关文章:[README](https://github.com/csguide-dabai/Programmer-look-at-China#readme)
---
- 项目地址:[ToDesk](https://www.todesk.com/)
- 项目说明:国产优秀的远程桌面软件,个人免费。
- 相关文章:[官网](https://www.todesk.com/)
---
- 项目地址:[ilogtail](https://github.com/alibaba/ilogtail)
- 项目说明:阿里开源的类似filebeat的采集工具,性能上占用CPU内存少很多
- 相关文章:[README](https://github.com/alibaba/ilogtail/blob/main/README-cn.md)
---
### 2,优秀文章
---
- [Go Graceful Shutdown](https://youwu.today/skill/backend/go-graceful-shutdow/)
- go程序优雅退出的文章
---
- [VS code——便捷开发Go使用示例](https://zhuanlan.zhihu.com/p/269215596)
- 介绍了在vsocde中开发golang时一些快捷骚操作
---
- [我的母亲](https://2newcenturynet.blogspot.com/2021/04/blog-post_35.html)
- 温总理所写的纪念其母亲的文章
---
### 3,优秀博客
---
- 博客地址:[Forest](https://alsritter.icu/)
- 简单说明:运维,golang,博客内容非常丰富,文章质量高
---
- 博客地址:[Garfield-加菲的博客](http://www.randyfield.cn/)
- 简单说明:golang深入实践,文章值得一看
---
- 博客地址:[资源干货全收录](https://spcqwserdvymm.com.vika.cn/share/shryNwH3HRgvzMTaZVAGx/dstj2CheHZ8esYJ6rd/viw8UQW0a5z9M)
- 简单说明:作者整理收录了很多优秀的网址
---
- 博客地址:[线报看板](https://www.noisesite.cn/79e2ff7a-b8a0-4490-904d-d29d87806096)
- 简单说明:同样是上边的作者,整理的一个线报看板页面
---
- 博客地址:[Let's Go! Golang 短视频教程](https://pegasuswang.github.io/LetsGo/)
- 简单说明:作者用比较清晰的方式介绍golang的知识
---
\ No newline at end of file
---
title: 学习周刊-总第40期-2022年第05周
titleTag: 原创
date: 2022-02-12 00:08:49
permalink: /pages/909492/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[regexlearn.com](https://github.com/aykutkardas/regexlearn.com)
- 项目说明:逐步学习正则表达式,从零到高级。
- 相关文章:[在线学习](https://regexlearn-com.vercel.app/zh/learn)
---
- 项目地址:[bpf_study](https://github.com/DavadDi/bpf_study)
- 项目说明:作者分享他整理的bpf相关资料文档
- 相关文章:[README](https://github.com/DavadDi/bpf_study#readme)
---
- 项目地址:[hacker-laws-zh](https://github.com/nusr/hacker-laws-zh)
- 项目说明:对技术人员有用的定律,理论,原则和模式。
- 相关文章:[README](https://github.com/nusr/hacker-laws-zh#readme)
---
- 项目地址:[tinyws](https://github.com/guonaihong/tinyws)
- 项目说明:一个简洁易于理解的go语言websocket库
- 相关文章:[README](https://github.com/guonaihong/tinyws#readme)
---
### 2,优秀文章
---
- [Go可选参数的优雅使用技巧](https://austsxk.com/2020/12/24/Go%E5%8F%AF%E9%80%89%E5%8F%82%E6%95%B0%E7%9A%84%E4%BD%BF%E7%94%A8%E6%8A%80%E5%B7%A7/)
- 如题
---
- [SRE系列文章](https://www.361way.com/tag/sre/page/2)
- 如题
---
### 3,优秀博客
---
- 博客地址:[Keep Coding](https://liujiacai.net/)
- 简单说明:golang及其他,作者的文章内容很有深度,值得阅读
---
- 博客地址:[宋晓奎的学习生涯](https://austsxk.com/)
- 简单说明:golang,LeetCode
---
- 博客地址:[Ray_YC's Blog](https://lyc10031.github.io/)
- 简单说明:golang学习笔记
---
- 博客地址:[希望的记忆](https://www.xwxwgo.com/)
- 简单说明:作者自我介绍,程序员,孩子的父亲,博客内容不错
---
---
title: 学习周刊-总第41期-2022年第06周
titleTag: 原创
date: 2022-02-19 15:38:57
permalink: /pages/ced061/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[easytcp](https://github.com/DarthPestilane/easytcp)
- 项目说明:EasyTCP是用Go (Golang) 编写的轻量级TCP框架,使用消息路由器构建。EasyTCP可帮助您轻松快速地构建TCP服务器。
- 相关文章:[README](https://github.com/DarthPestilane/easytcp#readme)
---
- 项目地址:[obs-studio](https://github.com/obsproject/obs-studio)
- 项目说明:OBS Studio-免费的开源软件,用于流媒体直播和屏幕录制
- 相关文章:[README](https://github.com/obsproject/obs-studio#readme)
---
- 项目地址:[AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)
- 项目说明:更快、更好、更稳定的Redis桌面(GUI)管理客户端,兼容Windows、Mac、Linux,性能出众,轻松加载海量键值
- 相关文章:[README](https://github.com/qishibo/AnotherRedisDesktopManager/blob/master/README.zh-CN.md)
---
- 项目地址:[go-filesystem](https://github.com/deatil/go-filesystem)
- 项目说明:go语言实现的文件管理器
- 相关文章:[README](https://github.com/deatil/go-filesystem#readme)
---
- 项目地址:[pyrra](https://github.com/pyrra-dev/pyrra)
- 项目说明:使用Prometheus使SLOs易于管理,易于访问且易于每个人使用!
- 相关文章:[README](https://github.com/pyrra-dev/pyrra#readme)
---
- 项目地址:[trzsz](https://github.com/trzsz/trzsz)
- 项目说明:trzsz是一个简单的文件传输工具,类似于lrzsz (rz/sz),但与tmux兼容,它与iTerm2一起工作,并有一个不错的进度条。
- 相关文章:[官方文档](https://trzsz.github.io/cn/)
---
### 2,优秀文章
---
- [MongoDB全文搜索](https://toboto.wang/2021/05/18/MongoDB%E5%85%A8%E6%96%87%E6%90%9C%E7%B4%A2.html)
- 如题
---
- [MongoDB高级查询](http://cw.hubwiz.com/card/c/543b2f3cf86387171814c026/1/1/1/)
- 如题
---
- [MongoDB管理](http://cw.hubwiz.com/card/c/5438c259032c7817c40298b5/1/1/1/)
- 如题
---
- [MongoDB聚合](http://cw.hubwiz.com/card/c/548125a5f8638718f0db0792/1/1/1/)
- 如题
---
- [一个运维老将的自我修养](https://mp.weixin.qq.com/s/e7LzCLdWEzOvcvn7yRecpQ)
- 如题
---
### 3,优秀博客
---
- 博客地址:[Pure Life](https://chunlife.top/)
- 简单说明:golang源码解析
---
- 博客地址:[Jager's Note](https://blog.hawtech.cn/)
- 简单说明:golang,运维
---
- 博客地址:[风与云原生](https://blog.crazytaxii.com/)
- 简单说明:golang,云原生
---
- 博客地址:[云原生之路](https://www.361way.com/)
- 简单说明:内容非常丰富,值得常来
---
---
title: 学习周刊-总第42期-2022年第07周
titleTag: 原创
date: 2022-02-26 13:41:01
permalink: /pages/fa9a0a/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[ConsulManager](https://github.com/starsliao/ConsulManager)
- 项目说明:ConsulManager是一个使用Flask+Vue开发的Consul WEB管理工具,比官方自带的WEB UI实现了更多的功能,可以方便的对Consul Services进行增删改查,支持批量操作;并优化了对Tags、Meta、健康检查的配置管理与查询展示。
- 相关文章:[README](https://github.com/starsliao/ConsulManager#readme)
---
- 项目地址:[trilium](https://github.com/zadam/trilium)
- 项目说明:Trilium Notes是一个分层的笔记应用程序,专注于建立大型个人知识库。
![](http://t.eryajf.net/imgs/2022/02/7b70201f236baff6.png)
- 相关文章:[README](https://github.com/zadam/trilium/blob/master/README-ZH_CN.md)
---
- 项目地址:[vue-vben-admin](https://github.com/vbenjs/vue-vben-admin)
- 项目说明:一个很不错的开箱即用的前端Vue框架
![](http://t.eryajf.net/imgs/2022/02/474becd99bb43bc6.png)
- 相关文章:[官方文档](https://vvbin.cn/doc-next/)
---
- 项目地址:[helio-admin-vue-vben](https://github.com/uncarbon97/helio-admin-vue-vben)
- 项目说明:基于Vue Vben Admin 2.3.0 改造适配的后台管理前端模板,开箱即用
- 相关文章:[README](https://github.com/uncarbon97/helio-admin-vue-vben#readme)
---
- 项目地址:[flow](https://github.com/ecnice/flow)
- 项目说明:企业级流程中心(基于flowable和bpmn.js封装的流程引擎,采用Springboot,Mybatis-plus, Ehcache, Shiro 等框架技术,前端采用Vue3&Antd,Vben)
- 相关文章:[README](https://github.com/ecnice/flow#readme)
---
- 项目地址:[pget](https://github.com/Code-Hex/pget)
- 项目说明:一款由go语言编写的高效率下载工具
- 相关文章:[README](https://github.com/Code-Hex/pget#readme)
---
- 项目地址:[naive-ui-admin](https://github.com/jekip/naive-ui-admin)
- 项目说明:Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案
- 相关文章:[官网](https://www.naiveadmin.com/home),[在线预览](https://naive-ui-admin.vercel.app/)
---
- 项目地址:[fuzzysearch](https://github.com/lithammer/fuzzysearch)
- 项目说明:Go中微小而快速的模糊搜索
- 相关文章:[README](https://github.com/lithammer/fuzzysearch#readme)
---
### 2,优秀文章
---
- [一文精讲Wireshark的抓包和分析](https://www.freebuf.com/sectool/256745.html)
- 如题
---
- [Wireshark抓包分析的几个小技巧](https://www.cyub.vip/2020/12/06/Wireshark%E6%8A%93%E5%8C%85%E5%88%86%E6%9E%90%E7%9A%84%E5%87%A0%E4%B8%AA%E5%B0%8F%E6%8A%80%E5%B7%A7/)
- 如题
---
- [wireshark抓包工具使用简介](https://rain.baimuxym.cn/article/26)
- 如题
---
- [SRE的工作介绍](https://www.kawabangga.com/posts/4481)
- 如题
---
- [Golang优化-优雅退出](https://learnku.com/articles/65207)
- 如题
---
### 3,优秀博客
---
- 博客地址:[卡瓦邦噶](https://www.kawabangga.com/)
- 简单说明:运维SRE,前后端编程
---
- 博客地址:[hzSomthing](https://hedzr.com/)
- 简单说明:编程老手,文章值得看
---
- 博客地址:[DB-TUTORIAL](https://dunwu.github.io/db-tutorial/)
- 简单说明:这是一个数据库教程集合博客
---
- 博客地址:[Kubenetes](https://k8s.easydoc.net/docs/dRiQjyTY/28366845/6GiNOzyZ/9EX8Cp45)
- 简单说明:一个k8s文档,搭配有视频
---
\ No newline at end of file
---
title: 学习周刊-总第43期-2022年第08周
titleTag: 原创
date: 2022-03-05 13:21:22
permalink: /pages/b47c65/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
feed:
enable: true
description:
---
### 1,优秀项目
---
- 项目地址:[hertzbeat](https://github.com/dromara/hertzbeat)
- 项目说明:易用友好的高性能监控告警系统。网站监测,PING连通性,端口可用性,数据库监控,API监控,自定义监控,阈值告警,告警通知。
![](http://t.eryajf.net/imgs/2022/02/802eccbe92779a77.png)
- 相关文章:[官网](https://hertzbeat.com/)
---
- 项目地址:[apollo](https://github.com/chalvern/apollo)
- 项目说明:go语言gin框架开发的一款社区项目
- 相关文章:[README](https://github.com/chalvern/apollo#readme)
---
- 项目地址:[overlord](https://github.com/bilibili/overlord)
- 项目说明:Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。
![](http://t.eryajf.net/imgs/2022/02/03acadbb0d75437f.gif)
- 相关文章:[README](https://github.com/bilibili/overlord/blob/master/doc/wiki-cn/SUMMARY.md)
---
- 项目地址:[goft-gin](https://github.com/shenyisyn/goft-gin)
- 项目说明:基于gin的开发脚手架
- 相关文章:[文档](https://www.yuque.com/jtthink/xrb1ph)
---
- 项目地址:[Postman-cn](https://github.com/hlmd/Postman-cn)
- 项目说明:Postman汉化中文版
- 相关文章:[README](https://github.com/hlmd/Postman-cn#readme)
---
- 项目地址:[kernel_awsome_feature](https://github.com/0voice/kernel_awsome_feature)
- 项目说明:深入研究 kvm,ceph,fuse特性,包含开源项目,代码案例,文章,视频,架构脑图等
- 相关文章:[README](https://github.com/0voice/kernel_awsome_feature#readme)
---
### 2,优秀文章
---
- [在容器中让时间自由摇摆](https://int64.me/2020/%E5%9C%A8%E5%AE%B9%E5%99%A8%E4%B8%AD%E8%AE%A9%E6%97%B6%E9%97%B4%E8%87%AA%E7%94%B1%E6%91%87%E6%91%86.html)
- golang项目想要在容器里改时间,可参考这篇文章
---
- [Goland 使用技巧:高效处理 json](https://mp.weixin.qq.com/s/Nl1DtMMjmkr_NSzNetvecA)
- 如题
---
- [mongodb在golang的应用](https://github.com/leonguo/go/blob/master/db/mongodb/mongo.md)
- 如题
---
- [MongoDB | 基础学习笔记](https://ijayer.github.io/post/tech/db/mongodb/20170612-basic-note/)
- 介绍很全面的文章
---
### 3,优秀博客
---
- 博客地址:[须臾之学](https://blog.xizhibei.me/)
- 简单说明:很全面,值得学习
---
- 博客地址:[ijayer](https://ijayer.github.io/)
- 简单说明:博客关于golang技术的内容很多很丰富
---
- 博客地址:[陈恒的博客](https://www.chendan116.com/)
- 简单说明:还在上大学,然而博客涉及的技术已十分了得
---
- 博客地址:[RoninZc](https://www.ronin-zc.com/)
- 简单说明:同事博客,优秀的同学
---
\ No newline at end of file
---
title: 学习周刊-总第44期-2022年第09周
date: 2022-03-12 08:26:46
permalink: /pages/c3ee7b/
categories:
- 周刊
- 学习周刊
- 2022年
description: 学习周刊-2022年第09周
tags:
- null
titleTag: 原创
feed:
enable: true
---
### 1,优秀项目
---
- 项目地址:[trickster](https://github.com/trickstercache/trickster)
- 项目说明:开源 HTTP 反向代理缓存和时间序列仪表板加速器
- 相关文章:[官网](https://trickstercache.org/)
---
- 项目地址:[rollingwriter](https://github.com/arthurkiller/rollingwriter)
- 项目说明:Rolling writer 是一个用于在 go 中自动滚动切割文件的日志包。
- 相关文章:[README](https://github.com/arthurkiller/rollingwriter#readme)
---
- 项目地址:[golog](https://github.com/hunterhug/golog)
- 项目说明:简单易用,配置丰富的go语言日志库,推荐使用
- 相关文章:[README](https://github.com/hunterhug/golog/blob/master/README_ZH.md)
---
- 项目地址:[goutil](https://github.com/gookit/goutil)
- 项目说明:Go 的一些工具函数,格式化,特殊处理,常用信息获取等等
- 相关文章:[README](https://github.com/gookit/goutil/blob/master/README.zh-CN.md)
---
- 项目地址:[lancet](https://github.com/duke-git/lancet)
- 项目说明:lancet(柳叶刀)是一个全面、高效、可复用的go语言工具函数库。
- 相关文章:[README](https://github.com/duke-git/lancet/blob/main/README_zh-CN.md)
---
- 项目地址:[gowp](https://github.com/xxjwxc/gowp)
- 项目说明:golang worker pool ,线程池 , 工作池
- 相关文章:[README](https://github.com/xxjwxc/gowp/blob/master/README_cn.md)
---
- 项目地址:[vue-pure-admin](https://github.com/xiaoxian521/vue-pure-admin)
- 项目说明:Vue3.0+TypeScript+Vite2.0+Element-Plus编写的一套后台管理系统(兼容移动端
![](http://t.eryajf.net/imgs/2022/03/6a51b421f5d8593d.webp)
- 相关文章:[README](https://github.com/xiaoxian521/vue-pure-admin#readme)
---
### 2,优秀文章
---
- [Go 中 slice 的 In 功能实现探索](https://zhuanlan.zhihu.com/p/82495082)
- 如题
---
- [mongoose 系列之一 find 查询](https://segmentfault.com/a/1190000021010300)
- 作者的mongo系列文章质量蛮高
---
- [轻量级 CMDB,重量级赋能,聊聊 CMDB 建设中的痛点与经验](https://www.51cto.com/article/617081.html)
- 文章内容极具干货
---
- [巧妙关联运维数据,银行建设混合CMDB也能飞起来](https://dbaplus.cn/news-134-3613-1.html)
- 值得学习
---
### 3,优秀博客
---
- 博客地址:[编程沉思录](https://www.cyhone.com/)
- 简单说明:golang源码分析,
---
- 博客地址:[波罗学](https://www.zhihu.com/people/xue-jian-27/posts)
- 简单说明:代码爱好者,当前专注 Go
---
- 博客地址:[南瓜慢说](https://www.pkslow.com/)
- 简单说明:云原生,springboot,Terraform
---
- 博客地址:[张种恩的技术小站](https://www.zze.xyz/)
- 简单说明:k8s,运维,golang
---
---
title: 学习周刊-总第45期-2022年第10周
date: 2022-03-19 17:53:04
permalink: /pages/02cfc7/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
titleTag: 原创
feed:
enable: true
description: 学习周刊-2022年第10周
---
### 1,优秀项目
---
- 项目地址:[codefever](https://github.com/PGYER/codefever)
- 项目说明:CodeFever 是完全免费开源的 Git 代码托管服务,支持一行命令安装到自己服务器!
![](http://t.eryajf.net/imgs/2022/02/a71b5592652a0d07.png)
- 相关文章:[官网](https://codefever.cn/),[README](https://github.com/PGYER/codefever#readme)
---
- 项目地址:[antares](https://github.com/Fabio286/antares)
- 项目说明:一款相当优秀的开源的MySQL客户端,支持中文,看起来很不错。
![](http://t.eryajf.net/imgs/2022/02/9e569fa316f2891a.png)
- 相关文章:[官网](https://antares-sql.app/)
---
- 项目地址:[AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)
- 项目说明:更快、更好、更稳定的Redis桌面(GUI)管理客户端,兼容Windows、Mac、Linux,性能出众,轻松加载海量键值
- 相关文章:[README](https://github.com/qishibo/AnotherRedisDesktopManager/blob/master/README.zh-CN.md)
---
- 项目地址:[collection](https://github.com/jianfengye/collection)
- 项目说明:Collection包目标是用于替换golang原生的Slice,使用场景是在大量不追求极致性能,追求业务开发效能的场景。该包提供了丰富的开发场景中类如平均,去重等操作方法。
- 相关文章:[官网](http://collection.funaio.cn/)
---
- 项目地址:[知犀思维导图](https://www.zhixi.com/)
- 项目说明:非常优秀的国产思维导图工具,大力推荐。
- 相关文章:[官网](https://www.zhixi.com/),[官方文档](https://help.zhixi.com/guide)
---
### 2,优秀文章
---
- [堪称范本!腾讯运维转型之 SRE 体系建设](https://dbaplus.cn/news-134-4247-1.html)
- 如题
---
- [Goroutine并发调度模型深入之实现一个协程池](https://www.helloworld.net/p/8643482901)
- 有深度,值得读
---
- [控制goroutine退出和数量的几种方式](https://asong.cloud/%E6%8E%A7%E5%88%B6goroutine%E9%80%80%E5%87%BA%E5%92%8C%E6%95%B0%E9%87%8F%E7%9A%84%E5%87%A0%E7%A7%8D%E6%96%B9%E5%BC%8F/)
- 并发编程中,需要面对的一个问题
---
### 3,优秀博客
---
- 博客地址:[Chrisjing的运维之旅](http://www.chrisjing.com/)
- 简单说明:作者善于整理文档,也录制了很多运维平台的视频
---
- 博客地址:[易水风萧个人学习](http://www.yishuifengxiao.com/)
- 简单说明:Java,Golang
---
- 博客地址:[Golang梦工厂|](https://asong.cloud/)
- 简单说明:专注于go,文章很棒
---
- 博客地址:[kaku's blog](https://www.likakuli.com/)
- 简单说明:运维,golang,k8s
---
\ No newline at end of file
---
title: 学习周刊-总第46期-2022年第11周
date: 2022-03-25 21:28:58
permalink: /pages/ae6b3c/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
titleTag: 原创
feed:
enable: true
description: 学习周刊-总第46期-2022年第11周
---
### 1,优秀项目
---
- 项目地址:[vector](https://github.com/vectordotdev/vector)
- 项目说明:一种高性能的可观性数据流水线。公司用10台vector替换掉了原来的34台logstash。
- 相关文章:[官网](https://vector.dev/)
---
- 项目地址:[awesome-sre](https://github.com/dastergon/awesome-sre)
- 项目说明:如题
- 相关文章:[官网](https://sre.xyz/)
---
- 项目地址:[neoism](https://github.com/jmcvetta/neoism)
- 项目说明:Neo4j golang版本的客户端
- 相关文章:[README](https://github.com/jmcvetta/neoism#readme)
---
- 项目地址:[curlconverter](https://github.com/curlconverter/curlconverter)
- 项目说明:一个能够将curl命令转换成各种语言请求的工具
- 相关文章:[README](https://github.com/curlconverter/curlconverter#readme),[在线体验](https://curlconverter.com/)
---
- 项目地址:[anylink](https://github.com/bjdgyc/anylink)
- 项目说明:AnyLink是一个企业级远程办公 ssl vpn 软件,可以支持多人同时在线使用。基于 openconnect 协议开发,并且借鉴了 ocserv 的开发思路,可以完全兼容 AnyConnect 客户端。
- 相关文章:[README](https://github.com/bjdgyc/anylink#readme)
---
- 项目地址:[gods](https://github.com/emirpasic/gods)
- 项目说明:Go中各种数据结构和算法的实现
- 相关文章:[README](https://github.com/emirpasic/gods#readme)
---
- 项目地址:[gole](https://github.com/simonalong/gole)
- 项目说明:go版本的个人工具库:yaml、json和property格式转换;日志在线动态变更;json转object(无需配置`json:"xxx"`);配置文件读取工具等工具
- 相关文章:[README](https://github.com/simonalong/gole#readme)
---
### 2,优秀文章
---
- [Go高阶17,反射机制,反射三定律!](https://www.shouxicto.com/article/2205.html)
- 如题
---
- [精选的 Go 框架,库和软件的精选清单](https://learnku.com/articles/41230#b90146)
- 文章汇总了各种golang常用开源库
---
### 3,优秀博客
---
- 博客地址:[Go 语言高性能编程](https://geektutu.com/post/high-performance-go.html)
- 简单说明:博客文章内容质量很高
---
- 博客地址:[Go语言学习 - cyent笔记](https://cyent.github.io/golang/)
- 简单说明:作者整理了golang的学习笔记
---
- 博客地址:[Golang学习笔记](https://lemotu.com/)
- 简单说明:作者总结在学习和使用golang中的一些心得,以及借鉴外围的思想和优雅代码.
---
- 博客地址:[极客熊生](https://www.kevinwu0904.top/)
- 简单说明:Go语言/微服务/DevOps/云原生
---
\ No newline at end of file
---
title: 学习周刊-总第47期-2022年第12周
date: 2022-04-03 08:54:17
permalink: /pages/713f83/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
titleTag: 原创
feed:
enable: true
description: 学习周刊-总第47期-2022年第12周
---
### 1,优秀项目
---
- 项目地址:[franz-go](https://github.com/twmb/franz-go)
- 项目说明:franz-go包含一个功能完整的纯Go库,用于从0.8.0到3.0.0与Kafka进行交互。生产、消费、交易、管理等。
- 相关文章:[README](https://github.com/twmb/franz-go#readme)
---
- 项目地址:[kubeorbit](https://github.com/teamcode-inc/kubeorbit)
- 项目说明:轻量高效的微服务本地联调测试工具
- 相关文章:[官网](https://kubeorbit.io/)
---
- 项目地址:[interview-go](https://github.com/lifei6671/interview-go)
- 项目说明:golang面试题集合
- 相关文章:[README](https://github.com/lifei6671/interview-go#readme)
---
- 项目地址:[kube-ladder](https://github.com/caicloud/kube-ladder)
- 项目说明:本文档旨在为广大从业者提供一个 Kubernetes 学习路径,为大家提供一定的指引。
- 相关文章:[README](https://github.com/caicloud/kube-ladder#readme)
---
### 2,优秀文章
---
- [出售、赠送或折抵 Mac 前该怎么做](https://support.apple.com/zh-cn/HT201065)
- 苹果官方文档给出的教程
---
- [Homebrew国内安装](https://brew.idayer.com/)
- macOS飞速安装教程
---
- [iTerm2 设置的同步](https://wayou.github.io/2020/09/15/iTerm2-%E8%AE%BE%E7%BD%AE%E7%9A%84%E5%90%8C%E6%AD%A5/)
- 一键导入导出iterm2的配置文件
---
### 3,优秀博客
---
- 博客地址:[血衫非弧](https://blog.kelu.org)
- 简单说明:作者专注k8s方面,博客内容非常丰富,涉及运维以及开发各个方面。
---
- 博客地址:[开发者布道手册](https://jimmysong.io/developer-advocacy-handbook/)
- 简单说明:里边内容总结了作者作为布道者的经验
---
- 博客地址:[complete 的技术分享](https://tech.codelc.com/)
- 简单说明:作者分享了他的各种效率实践
---
\ No newline at end of file
---
title: 学习周刊-总第48期-2022年第13周
date: 2022-04-09 08:11:16
permalink: /pages/5463a4/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
titleTag: 原创
feed:
enable: true
description: 学习周刊-总第48期-2022年第13周
---
### 1,优秀项目
---
- 项目地址:[go-funk](https://github.com/thoas/go-funk)
- 项目说明:借助反射而编写的一个常用方法集合的工具。
- 相关文章:[README](https://github.com/thoas/go-funk#readme)
---
- 项目地址:[download-manager](https://github.com/xinghaix/download-manager)
- 项目说明:谷歌浏览器比较好用的下载管理器插件。
- 相关文章:[README](https://github.com/xinghaix/download-manager#readme)
---
- 项目地址:[OnlySwitch](https://github.com/jacklandrin/OnlySwitch)
- 项目说明:一款开源的Mac快捷切换工具。
- 相关文章:[README](https://github.com/jacklandrin/OnlySwitch#readme)
---
- 项目地址:[lapce](https://github.com/lapce/lapce)
- 项目说明:rust语言写的类似vscode的编辑器
![](http://t.eryajf.net/imgs/2022/03/6fdb1b816feea7ce.png)
- 相关文章:[官网](https://lapce.dev/)
---
### 2,优秀文章
---
- [为什么会有OPTIONS请求](https://cloud.tencent.com/developer/article/1046663)
- 如题
---
- [淘宝 npm 域名即将切换 && npmmirror 重构升级](https://zhuanlan.zhihu.com/p/465424728?spm=a2c6h.24755359.0.0.6d444dccyRLxN8)
- 原来的淘宝npm域名将停止解析,因此所有依赖此域名的都需要进行更改
- 域名切换规则:
- [http://npm.taobao.org](http://npm.taobao.org/) => [http://npmmirror.com](http://npmmirror.com/)
- [http://registry.npm.taobao.org](http://registry.npm.taobao.org/) => [http://registry.npmmirror.com](http://registry.npmmirror.com/)
---
### 3,优秀博客
---
- 博客地址:[牛さんの部落格](https://wayou.github.io/)
- 简单说明:golang,node
---
- 博客地址:[Kyle Yip](https://www.yipwinghong.com/)
- 简单说明:golang,Linux
---
- 博客地址:[张小凯と彼のBlog](https://jasonkayzk.github.io/)
- 简单说明:技术,工具,内容丰富
---
- 博客地址:[MakeOptim](https://makeoptim.com/)
- 简单说明:MakeOptim是一个目前专注于AI (机器学习) 和DevOps的博客。
---
\ No newline at end of file
---
title: 学习周刊-总第49期-2022年第14周
date: 2022-04-17 15:29:35
permalink: /pages/0e9bb7/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
- null
titleTag: 原创
feed:
enable: true
description: 学习周刊-总第49期-2022年第14周
---
### 1,优秀项目
---
- 项目地址:[yapi](https://github.com/YMFE/yapi)
- 项目说明:YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
- 相关文章:[在线体验](http://yapi.smart-xwork.cn/),[官方文档](http://yapi.smart-xwork.cn/doc/index.html),[部署文档](https://github.com/jinfeijie/yapi)
---
- 项目地址:[go-web-mini](https://github.com/gnimli/go-web-mini)
- 项目说明:一个gin+gorm的开发框架,内容简洁,适合新手选择
- 相关文章:[README](https://github.com/gnimli/go-web-mini/#readme),[本地开发](https://github.com/gnimli/go-web-mini/issues/4)
---
- 项目地址:[naza](https://github.com/q191201771/naza)
- 项目说明:一个包含了诸多go日常开发的工具包
- 相关文章:[README](https://github.com/q191201771/naza#readme)
---
- 项目地址:[go-pretty](https://github.com/jedib0t/go-pretty)
- 项目说明:golang的漂亮打印表和更多!
- 相关文章:[README](https://github.com/jedib0t/go-pretty#readme)
---
- 项目地址:[OpenEmu](https://github.com/OpenEmu/OpenEmu)
- 项目说明:适用于MacOS的🕹复古视频游戏模拟器
![](http://t.eryajf.net/imgs/2022/04/e70a42f2a49c5580.png)
- 相关文章:[官网](https://openemu.org/)
---
### 2,优秀文章
---
- [Go与TLS的那些事](https://singlecool.com/2017/10/21/TLS-Go/)
- 如题
---
- [Casbin适配器官方文档](https://casbin.org/docs/zh-CN/adapters)
- Casbin其他存储方案适配器文档
---
- [go 密码 hash 加密](https://www.cnblogs.com/niuben/p/13224221.html)
- 如题
---
- [Go-RSA公私钥加解密(解决Golang私钥加密公钥解密问题)](https://developer.aliyun.com/article/770068)
- 如题
---
- [用 Golang 实现 RSA 加密和签名](https://studygolang.com/articles/28458)
- 如题
---
### 3,优秀博客
---
- 博客地址:[Nothing lasts forever](https://semieye.github.io/)
- 简单说明:golang源码学习笔记
---
- 博客地址:[纸盒人](https://hulining.github.io/)
- 简单说明:ops,k8s
---
- 博客地址:[大象笔记](https://www.sunzhongwei.com/)
- 简单说明:曾在金山,DNSPod,腾讯云,烟台金东信息科技任职。
---
\ No newline at end of file
---
title: 学习周刊-总第50期-2022年第15周
date: 2022-04-23 22:12:15
permalink: /pages/4c8490/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
-
titleTag: 原创
feed:
enable: true
description: 学习周刊-总第50期-2022年第15周
---
### 1,优秀项目
---
- 项目地址:[CodeGen](https://github.com/work7z/CodeGen)
- 项目说明:CodeGen是一个安全、高效、可离线的软件,它提供了丰富的日常开发场景中遇到的功能点。
![](http://t.eryajf.net/imgs/2022/04/efd61d4133686e59.jpg)
- 相关文章:[官网](https://codegen.work7z.com/)
---
- 项目地址:[LogiEM](https://github.com/didi/LogiEM)
- 项目说明:滴滴开源的一站式 Elasticsearch 集群指标监控与运维管控平台
![](http://t.eryajf.net/imgs/2022/04/ca42335a66dd4016.png)
- 相关文章:[README](https://github.com/didi/LogiEM#readme)
---
- 项目地址:[UTM](https://github.com/utmapp/UTM)
- 项目说明:Mac系统中一款开源的虚拟机软件,支持M1。
- 相关文章:[官网](https://getutm.app/)
---
- 项目地址:[SREWorks](https://github.com/alibaba/SREWorks)
- 项目说明:提供专业高效、安全可靠的一站式"数据化、智能化"运维SaaS应用套件(交、监、管、控、营、服)和云原生运维开发平台
- 相关文章:[README](https://github.com/alibaba/SREWorks/blob/main/README-CN.md)
---
### 2,优秀文章
---
- [聊一聊,Golang “相对”路径问题](https://segmentfault.com/a/1190000013685370)
- 如题
---
- [OpenLDAP的密码策略实现](https://www.jianshu.com/p/c7850e910eec)
- 如题
---
- [go-gorm](http://linuxtag.cn/2020/07/01/ebook/go-gorm/)
- 整理的很不错
---
### 3,优秀博客
---
- 博客地址:[hongker](https://hongker.github.io/)
- 简单说明:golang,PHP
---
- 博客地址:[BlogHub](https://bloghub.fun/)
- 简单说明:一个博客集中地
---
- 博客地址:[Peng ganyu blog](https://xibolun.github.io/)
- 简单说明:golang,Mac
---
\ No newline at end of file
此差异已折叠。
![logo](./img/logo.png ':size=100')
# Learning-Weekly
> 💻学习📝记录🔗分享
[源码](https://github.com/eryajf/Learning-Weekly)
[浏览](README.md)
\ No newline at end of file
- **项目说明**
- [![](./img/help.svg)README](/README)
- **学习周刊**
- [![](./img/program.svg)2021年](/learningweekly/2021)
- **其他快链**
- [![](./img/favicon.ico ':size=16')LINKS](/links)
\ No newline at end of file
<svg aria-labelledby="simpleicons-github-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#808080"><title id="simpleicons-github-icon">GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1542871726570" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17832" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><defs><style type="text/css"></style></defs><path d="M504.45 67.48c-247.42 0-448 200.35-448 447.5s200.58 447.5 448 447.5 448-200.35 448-447.5-200.58-447.5-448-447.5z m44.75 672.81h-90v-270h90z m0.5-360.62h-90v-90h90z" fill="#108EE9" p-id="17833"></path></svg>
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册