摘要: [Linux之awk详解](http://www.jianshu.com/p/ea22c809ae9f)[AWK程序设计语言](http://awk.readthedocs.io/en/latest/index.html) 阅读全文
posted @ 2017-06-23 10:35 白云辉 阅读(130) 评论(0) 推荐(0) 编辑
摘要: ## ctrl+shift+p - 安装 `vscode-go` 插件:```> ext install Go```- 安装 `go tools`:```> Go Install/Update Tools```- 新项目按 `vscode-go-build` 配置.- 下载失败配置 `hosts`:```https://github.com/racaljk/hosts```## vscode-go... 阅读全文
posted @ 2017-06-23 10:33 白云辉 阅读(711) 评论(0) 推荐(0) 编辑