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

Block or report Joe1104

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. springboot-learning-example springboot-learning-example Public

    Forked from JeffLi1993/springboot-learning-example

    spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。

    Java 1

  2. cocos2d-console cocos2d-console Public

    Forked from cocos2d/cocos2d-console

    cocos2d command line tool

    C

  3. Jo Jo Public

    this is a test projest for Jo's self.

  4. unityTest unityTest Public

    a unity game for test.

  5. game-executor game-executor Public

    Forked from jwpttcg66/game-executor

    采用Reactor模式,注册readycreate, readyfinish事件到更新服务UpdateService,通过处理后进行模型缓存,然后将消息转化为 dispatchThread消息分配模型需要的create, update, finish的事件进行单线程循环调度 。调度过程使用了系统预置锁模型,来进行多线程唤醒机制,将所有的update循环检测进行多 线程调度,多线程更新服务使用…

    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