上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 34 下一页
摘要: Goland Debug报错Version of Delve is too old for this version of Go (maximum supported version 1.12, suppress this error with --check-go-version=false) 1 阅读全文
posted @ 2022-01-12 13:33 会飞的斧头 阅读(3746) 评论(0) 推荐(0) 编辑
摘要: 一、依赖于github.com/kataras/iris/v12,写一个http服务, 返回Hello World test.go package main import ( iris "github.com/kataras/iris/v12" ) func main() { app := iris 阅读全文
posted @ 2022-01-11 16:29 会飞的斧头 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 转自: https://www.cnblogs.com/wangtaobiu/p/15684402.html 转自: https://www.cnblogs.com/xiao-xue-di/p/14455707.html go env可以看到, 默认的GOPROXY的值是https://proxy. 阅读全文
posted @ 2022-01-11 16:00 会飞的斧头 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 转自 https://www.cnblogs.com/liang1101/p/6679180.html NATS Streaming NATS Streaming是一个以NATS为驱动的数据流系统且它的源码也是由Golang语言编写的。其中NATS Streaming服务是一个可执行的文件名为:na 阅读全文
posted @ 2022-01-10 18:44 会飞的斧头 阅读(720) 评论(0) 推荐(0) 编辑
摘要: NATS初识https://github.com/nats-io https://github.com/nats-io/nats-server https://github.com/nats-io/nats.go https://github.com/nats-io/nats-streaming-s 阅读全文
posted @ 2022-01-10 09:57 会飞的斧头 阅读(2481) 评论(0) 推荐(0) 编辑
摘要: 转自: https://toutiao.io/posts/p883vaw/preview 参考翻译自NATS官方文档 https://nats-io.github.io/docs/ NATS NATS是一个开源、轻量级、高性能的分布式消息中间件,实现了高可伸缩性和优雅的Publish/Subscri 阅读全文
posted @ 2022-01-08 20:46 会飞的斧头 阅读(10253) 评论(0) 推荐(0) 编辑
摘要: NATS—基础介绍 (转自 https://www.cnblogs.com/yorkyang/p/8392172.html) 1. 介绍 NATS(Message bus): 从CloudFoundry的总架构图看,位于各模块中心位置的是一个叫nats的组件。NATS是由CloudFoundry的架 阅读全文
posted @ 2022-01-08 18:01 会飞的斧头 阅读(794) 评论(0) 推荐(0) 编辑
摘要: pkg-config用来检索系统中安装库文件的信息。典型的是用作库的编译和连接。 可用在Makefile中,如 pkg-config --libs "libzmq >= 0.0.0" pkg-config --exists --print-errors "libzmq >= 0.0.0" pkg-c 阅读全文
posted @ 2022-01-07 17:41 会飞的斧头 阅读(677) 评论(0) 推荐(0) 编辑
摘要: ########################################################################## Configure complete! Now proceed with: - 'make' compile the project - 'make 阅读全文
posted @ 2022-01-06 10:34 会飞的斧头 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Linux下TinyXml的编译 1.准备TinyXml源码包。 https://github.com/icebreaker/TinyXML.git 2.修改Makefile文件, 将其中的OUTPUT := xmltest一行修改为OUTPUT := libtinyxml.a 将xmltest.c 阅读全文
posted @ 2022-01-05 20:28 会飞的斧头 阅读(491) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 34 下一页