go语言实现的简单抽奖小系统 使用redis保存奖品信息使用mysql保存中奖唱片提供了一个简单的http服务器
2021-09-28 02:35:49 13KB 系统开源
1
Go语言实战 文字清晰,非扫描
2021-09-27 14:33:45 9.2MB Go 语言 实战 文字
1
使用vscode调试Go语言可参考:https://blog.csdn.net/RNG_uzi_/article/details/120312055?spm=1001.2014.3001.5501,该压缩文件为博客中所举例子。
2021-09-26 22:00:36 1KB Go vscode
1
贸易商 用Go编写的金融交易,包括完整的订单簿,修订协议和市场数据分发。 使用quickfixgo或gRPC进行客户端/服务器通信。 使用UDP多播进行市场分发。 它使用了高性能的定点库 。 有一个带有命令行GUI的示例客户端,一个示例“做市商”和一个示例“播放”。 交易所本身具有裸露的Web界面,该界面使用Web套接字提供实时的书本更新。 交易所的目的是使交易策略易于回测。 它支持限价单和市价单。 有一个非常简单的示例“算法”。 该程序结构适用于使用入场价和退出价的许多策略。 可以与“做市商”样本一起运行以测试“算法”。 提示:除必须考虑做市商的买/卖价差之外,它有50/50的
2021-09-26 20:18:23 302KB html golang grpc exchange
1
Go Design Patterns will provide readers with a reference point to software design patterns and CSP concurrency design patterns to help them build applications in a more idiomatic, robust, and convenient way in Go. The book starts with a brief introduction to Go programming essentials and quickly moves on to explain the idea behind the creation of design patterns and how they appeared in the 90's as a common "language" between developers to solve common tasks in object-oriented programming languages. You will then learn how to apply the 23 GoF design patterns in Go and also learn about CSP concurrency patterns, the "killer feature" in Go that has helped Google develop software to maintain thousands of servers. Thus the book will enable you to understand and apply design patterns in an idiomatic way that will produce concise, readable, and maintainable software. What you will learn All basic syntax and tools needed to start coding in Go. Encapsulate the creation of complex objects in an idiomatic way in Go. Create unique instances that cannot be duplicated within a program. Understand the importance of object encapsulation to provide clarity and maintainability. Prepare cost-effective actions so that different parts of the program aren't affected by expensive tasks. Deal with channels and GoRoutines within the Go context to build concurrent application in Go in an idiomatic way.
2021-09-25 07:34:18 5.27MB GO设计模式 GO Design Patterns
1
SoulWorker服务器 我缓慢尝试了SoulWorker协议的“ RE”。 如何使用: 下载并在GoLand或您使用的任何IDE中(或不使用)打开 使用提供的.sql文件设置数据库 要启动KRSW OnStove客户端(+跳过Stove Authenticator): SoulWorker.exe Live/127.0.0.1/10000 SkipSGAuthen:yes 要绕过XIGNCode3,您可以构建在找到的dll。 要绕过不带命令行参数的OnStove身份验证器,您可以构建在找到的dll。 变更日志: 2020年5月11日 主要重构 小型数据库实现 不知何故,它要求2
2021-09-19 23:37:13 28KB emulator golang server soulworker
1
win+linux.zip
2021-09-17 18:01:11 84.53MB GO-WIN
1
Go语言中文文档
2021-09-14 21:25:52 26.4MB go
1
本书主要分三个方面介绍Go语言Go语言精华——并发和小而美的类型系统;Go语言缺陷;Go语言的哲学。本书重点介绍Go语言的实践和并发编程范式,力求让读者不但清楚并发的基本语法和原理,还学会怎么去使用。本书对Go语言规范中的命名类型、非命名类型,底层类型,动态类型等概念进行阐述,让*发者对Go的类型系统有全面的了解;同时,接口是Go类型系统 核心的一个元素,本书中也会花大量的笔墨进行介绍。Go虽然设计得小而美,但语言并不是wan美的,有些陷阱和坑需要*发者te别小心,本书会专门介绍Go使用过程中的陷阱,包括: defer陷阱,接口nil,变量短声明引发的困惑,range的临时变量复用,slice底层数组重分配等。Go天然的并发支持能够更好地建模实际问题,本书在 后的部分会介绍Go语言的设计哲学,包括采用组合这种更通用的模式以使得表现力更强;增加一个间接的中间层来解决实际问题,Go的分侵入式接口设计,基于接口的编程实现分层解耦。
2021-09-14 15:44:23 30.1MB go golang
1
最好的go语言书籍,go语言圣经,Go程序设计语言,mobi版
2021-09-12 22:31:54 139KB go语言 golang 编程
1