上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 89 下一页
摘要: Vendor目录介绍 随着Go 1.5 release版本的发布,vendor目录被添加到除了GOPATH和GOROOT之外的依赖目录查找的解决方案。在Go 1.6之前,你需要手动的设置环境变量GO15VENDOREXPERIMENT=1才可以使Go找到Vendor目录,然而在Go 1.6之后,这个 阅读全文
posted @ 2018-04-14 00:11 微信公众号--共鸣圈 阅读(4859) 评论(0) 推荐(0) 编辑
摘要: https://blog.golang.org/context Introduction In Go servers, each incoming request is handled in its own goroutine. Request handlers often start additi 阅读全文
posted @ 2018-04-12 18:39 微信公众号--共鸣圈 阅读(780) 评论(0) 推荐(0) 编辑
摘要: https://github.com/avelino/awesome-go https://github.com/spf13/cobra # A Commander for modern Go CLI interactions https://github.com/lxn/walk # A Wind 阅读全文
posted @ 2018-04-11 16:38 微信公众号--共鸣圈 阅读(777) 评论(0) 推荐(0) 编辑
摘要: https://github.com/minio/c2goasm http://microapl.com/asm2c/index.html 收费的 https://github.com/xlab/c-for-go c转golang https://github.com/xlab/android-go 阅读全文
posted @ 2018-04-11 16:09 微信公众号--共鸣圈 阅读(788) 评论(0) 推荐(0) 编辑
摘要: Simple error handling primitives: https://github.com/pkg/errors Defer, Panic, and Recover: https://blog.golang.org/defer-panic-and-recover golang的defe 阅读全文
posted @ 2018-04-11 11:58 微信公众号--共鸣圈 阅读(5245) 评论(3) 推荐(0) 编辑
摘要: https://blog.golang.org/pipelines https://www.cnblogs.com/junneyang/p/6215785.html 简介 Go语言的并发原语允许开发者以类似于 Unix Pipe 的方式构建数据流水线 (data pipelines),数据流水线能够 阅读全文
posted @ 2018-04-11 11:52 微信公众号--共鸣圈 阅读(2221) 评论(0) 推荐(0) 编辑
摘要: An Old Hope Theme (theme, 推荐,且推荐它的 classic theme,安装后在颜色选项里选择,该插件的定制见文末) Cobalt2 (theme) Dracula for Visual Studio Code (theme) markdownlint Go for Vis 阅读全文
posted @ 2018-04-09 17:49 微信公众号--共鸣圈 阅读(2134) 评论(0) 推荐(0) 编辑
摘要: visual studio code (vsc) 对开发c,c++,node.js,javascript,python,html,golang,及撰写markdown等比较友好,同时支持git浏览及分屏对比,运行速度快,所以是值得一用的编辑器。 vscode阅读c和c++代码的插件clangd cl 阅读全文
posted @ 2018-04-09 07:32 微信公众号--共鸣圈 阅读(2024) 评论(0) 推荐(0) 编辑
摘要: http://www.jerf.org/iri/post/2917 Sum Types in Go posted Jun 02, 2013 in Programming, Golang, Haskell A couple of months back, I analyzed whether I wa 阅读全文
posted @ 2018-04-08 14:39 微信公众号--共鸣圈 阅读(2713) 评论(0) 推荐(0) 编辑
摘要: 抑制幽门螺旋杆菌: 1、西兰花 鲜嫩的西兰花蔬菜,含有一种物质叫异硫氰酸酯,这种物质就是幽门螺杆菌的 " 天敌 ",可达到百分百抑制的作用,甚至还有医生给了它一个最强天然抗生素的称号,所以在食用的时候要选择鲜嫩的。研究发现,每天吃西兰花者肠道中幽门螺杆菌抗原水平可下降 40%。建议在食用的时候,将西 阅读全文
posted @ 2018-04-04 16:12 微信公众号--共鸣圈 阅读(265) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 89 下一页