Skip to content
View xiaofeiwoaini's full-sized avatar
Block or Report

Block or report xiaofeiwoaini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. million_game_server million_game_server Public

    Forked from luopeiyu/million_game_server

    《百万在线:大型游戏服务端开发》是C++与Lua方向游戏服务端开发的入门书籍,内容涵盖Skynet引擎、C++底层开发、服务端架构设计等多个方面,全景展现网络游戏核心技术。

    C 1

  2. Java-api-doc Java-api-doc Public

    根据类注解生成相关接口api文档

  3. LeetCodeAnimation LeetCodeAnimation Public

    Forked from MisterBooo/LeetCodeAnimation

    Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)

    Java

  4. 3y 3y Public

    Forked from ZhongFuCheng3y/athena

    📓从Java基础、JavaWeb基础到常用的框架再到面试题都有完整的教程,几乎涵盖了Java后端必备的知识点

  5. game-server game-server Public

    Forked from jzyong/game-server

    分布式java游戏服务器,包括服务器注册中心,网关服务器,大厅服务器,游戏逻辑服务器、后台监控服务器及一个可运行的网页版捕鱼

    Java

  6. NettyGameServer NettyGameServer Public

    Forked from jwpttcg66/NettyGameServer

    使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减…

    Java