-
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
-
电池化成测试核心文档: 恒压放电等模式
恒压放电等模式, DCIR测量。
- 2023-03-07 11:00:03下载
- 积分:1
-
boulder-master
An ACME-based CA, written in Go.
- 2019-05-23 00:03:22下载
- 积分: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
-
万能音乐下载器
只需要输入歌名,则会出现你想下载的歌曲。所有音乐完全免费。
- 2023-04-14 19:55:06下载
- 积分:1
-
tinygo-master
Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.
- 2019-05-23 00:13:00下载
- 积分:1
-
go语言实现的24种设计模式 golang_design_pattern
说明: go语言实现的24种设计模式。包含全部的设计原则。(Implement design pattern by Go, Hope to help more programming partners.)
- 2020-06-22 06:20:01下载
- 积分:1
-
go语言实现的快速排序 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
-
一个基于beego构建的web存储应用
GoDisk
一个基于beego构建的web存储应用,帮你快速部署存储服务。目前已集成七牛云,又拍云,阿里云OSS,腾讯云COS对象存储
1. 如何使用这个服务
1. 首先,确认已经安装好golang语言环境
2. 执行一下命令,安装一些依赖包与框架(建议使用gopm进行包管理)
# 框架必要包 以下包的安装都是必要的 否则编译不会通过 go get github.com/astaxie/beego
go get github.com/mattn/go-sqlite3
go get github.com/jmoiron/sqlx # 七牛云对象存储API包 go get github.com/qiniu/api.v7 # 又拍云对象存储API包 go get github.com/upyun/go-sdk/upyun # 腾讯云对象存储API包 go get -u github.com/tencentyun/cos-go-sdk-v5 # 阿里云对象存储API包 go get -u github.com/aliyun/aliyun-oss-go-sdk/oss # 官方协助快速开发工具 bee go get github.com/beego/bee
假若网络原因,无法使用以上命令,请单独下载 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-18 21:45:04下载
- 积分:1
-
django入门与实践
本文件为django的基础知识,包含django的入门技巧及学习路线,django入门与实践(This document is the basic knowledge of django, including Django introductory skills and learning routes, Django introductory and practical)
- 2020-06-17 01:40:01下载
- 积分:1