提交 39d8bf93 编写于 作者: 李启龙

[添加第23周内容]

上级 dc958c37
......@@ -545,8 +545,78 @@
> - 博客地址:[全栈直通车](https://www.sofineday.com/)
> - 简单说明:作者很有心,博客标签为:努力做个影响他人滴人
<!-- tabs:end -->
## 7,第23周-6月7–6月12
<!-- tabs:start -->
### **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` 可以将之转化。
<!-- tabs:end -->
\ No newline at end of file
----
> - [使用 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/)
> - 简单说明:内容丰富,是个有心的博主
<!-- tabs:end -->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册