Pinned Repositories
annotated_redis_source
带有详细注释的 Redis 2.6 源码
Archery
SQL 审核查询平台
arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
astar
A星算法Java实现
awesome-gameserver-cn
中文游戏服务器资源大全
awesome-java-cn
Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。
Basic-Single-Module-SSM
为了方便以后的一些问题的讲解特地准备一个最精简的 SpringMVC+Spring+Mybatis 框架整合,方便以后的一些问题的演示
game_server
A mobile game server socket frameworkd, including all the base functions.
Java
27天成为Java大神
jedis
A blazingly small and sane redis java client
924936307's Repositories
924936307/Archery
SQL 审核查询平台
924936307/astar
A星算法Java实现
924936307/blog
博客练习Demo工程
924936307/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具
924936307/game-server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
924936307/GameDevMind
网络游戏开发知识、技术与信息库,游戏研发技术从业者的导航地图。Online games development information repo. The guide map for game technical developers.
924936307/gamioo
Game server framework, based on this framework, you can quickly implement a highly available, easy to maintain, stable and high-performance game server.
924936307/gfast
基于GF(Go Frame)的后台管理系统
924936307/gobot
Stateful testing bot framework
924936307/gonet-client
924936307/goProject
golang 测试练手的项目
924936307/hotgo
HotGo 是一个基于 vue 和 goframe2.0 开发的全栈前后端分离的开发基础平台和移动应用平台,集成jwt鉴权,动态路由,动态菜单,casbin鉴权,消息队列,定时任务等功能,提供多种常用场景文件,让您把更多时间专注在业务开发上。
924936307/httpstat
It's like curl -v, with colours.
924936307/java-Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
924936307/jeecg-boot
「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。
924936307/json-utils
Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本
924936307/kafka-go
Kafka library in Go
924936307/kcp
:zap: KCP - A Fast and Reliable ARQ Protocol
924936307/learn-python3
Learn Python 3 Sample Code
924936307/my-site
springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品
924936307/NettyGameServer
使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
924936307/NettyMidServer
924936307/NettyProtobufWebsocket
Netty+Protobuf实现游戏WebSocket通信实例-客户端和服务端
924936307/openssl
TLS/SSL and crypto library
924936307/operation-system
操作系统学习XMind图
924936307/protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
924936307/protobuff3
protobuff 3.6.1
924936307/sofa-rpc
SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
924936307/spring-boot-api-project-seed
:seedling::rocket:一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
924936307/springboot-seckill
:racehorse:基于SpringBoot + MySQL + Redis + RabbitMQ + Guava开发的高并发商品限时秒杀系统