-
Go 1.5 源码剖析 (书签版)
说明: golang 1.5 源码分析, 详细解析了golang的内存分配、协程等(golang 1.5 source reading book)
- 2019-01-07 22:40:46下载
- 积分:1
-
基于go的窗体开发
go-windows:
基于go的窗体开发
- 2022-10-03 20:45:04下载
- 积分:1
-
master079
MapleStoryServer
A MapleStory Server in Go For CMS V079 Go 编写的079版本冒险岛服务端
Target
实现一个079版本的冒险岛服务器. 能够实现原Java的部分功能.
Files
main.go —— 程序入口,负责初始化CPU分配、打开控制台、准备消息分发routines,侦听端口,并且接收客户端的连接。
Packages
connection —— 用于建立与客户端的连接,进行读写数据。
message —— 用于负责服务器向客户端方向的信息的递送,主要功能是广播和点对点通信;
types —— 包含整个服务器所用到的各种数据结构,比如用户信息结构体等;
users —— 包含用户管理相关函数,比如用户进入游戏与离开。
console —— 给服务端添加一个控制台,便于输入指令调试。(MapleStoryServer
A MapleStory Server in Go For CMS V079 Go Edition 079 Adventure Island Server
Target
Implement a 079 version of the Adventure Island server. It can achieve some of the functions of the original Java.
Files
Main.go -- Program entry, which is responsible for initializing CPU allocation, opening console, preparing message distribution routines, listening on ports, and receiving client connections.
Packages
Connection - Used to establish a connection with the client to read and write data.
Message is used to deliver information from server to client. Its main functions are broadcasting and point-to-point communication.
Types - Contains all kinds of data structures used by the whole server, such as user information structure, etc.
Users - Contains user management related functions, such as user entry into the game and departure.
Console - add a console to the server to facilitate the debugging of input instructions.)
- 2020-06-17 02:40:01下载
- 积分:1
-
EnDeCrypt
GO语言下的RSA,AES,DES加密解密实例(GO language under the RSA, AES, DES encryption and decryption example)
- 2018-05-15 18:54:20下载
- 积分:1
-
boulder-master
An ACME-based CA, written in Go.
- 2019-05-23 00:03:22下载
- 积分:1
-
基于互信息的特征选择matlab代码
基于互信息的特征选择matlab代码,经过测试,非常好用!
- 2022-08-17 19:57:29下载
- 积分:1
-
go-zero-master
go-zero是一个集成了各种工程实践的web和rpc框架。通过弹性设计保障了大并发服务端的稳定性,
经受了充分的实战检验。包含极简的API定义和生成工具,
可以一键生成Go, iOS, Android, Dart, TypeScript, JavaScript代码,并可直接运行。
https://github.com/tal-tech/go-zero
go-zero是一个集成了各种工程实践的包含web和rpc框架,有如下主要特点:
--->
强大的工具支持,尽可能少的代码编写
极简的接口
完全兼容net/http
支持中间件,方便扩展
高性能
面向故障编程,弹性设计
内建服务发现、负载均衡
内建限流、熔断、降载,且自动触发,自动恢复
API参数自动校验
超时级联控制
自动缓存控制
链路跟踪、统计报警等
高并发支撑,稳定保障了晓黑板疫情期间每天的流量洪峰
- 2022-07-14 08:26:26下载
- 积分:1
-
go-common-master(BiliBili)1
说明: X站(B)的核心代码库 , 懂的快来, 说不定会取消,因为是最全的一份比较大,分3个压缩,解压放到go-common-master下面(The core code base of station X (B) may be cancelled if you understand it quickly, because it is the most complete one, which is compressed in three parts and decompressed under go-common-master.)
- 2020-06-17 19:20:02下载
- 积分:1
-
go-algorithm
go语言实现的快速排序,冒泡排序,二分查找,等八大排序和查找。(Language to achieve quick sort, bubble sort, binary search, such as eight sort and search.)
- 2020-06-22 06:00:01下载
- 积分:1
-
Go语言开发教程--完整版
一本go 语言的开发书, 零基础, 从环境安装到go 网络 库使用.(A go language development book, zero basis, from environment installation to go network library.)
- 2018-08-30 17:03:51下载
- 积分:1