Pinned Repositories
architect-awesome
后端架构师技术图谱
async-http-client
Asynchronous Http and WebSocket Client library for Java
EasyEE
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
higgs
A modern WebSite and Web services framework with built in Async events, HTTP server,client and WebSocket server,client, all powered by Netty with Jersey/JAX-RS, Shiro, Handlebars and Jackson
Netty-SpringMVC
netty 集成spring mvc,将其作为http服务发布, 支持get和post请求
nio
Java nio学习的代码案例,常用模式
RedisSamples
个人学习redis的demo,by vergilyn.
shop
一个基于ssm的分布式电商项目
SSM
J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)
zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
yuwenkai666's Repositories
yuwenkai666/EasyEE
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
yuwenkai666/higgs
A modern WebSite and Web services framework with built in Async events, HTTP server,client and WebSocket server,client, all powered by Netty with Jersey/JAX-RS, Shiro, Handlebars and Jackson
yuwenkai666/Netty-SpringMVC
netty 集成spring mvc,将其作为http服务发布, 支持get和post请求
yuwenkai666/nio
Java nio学习的代码案例,常用模式
yuwenkai666/RedisSamples
个人学习redis的demo,by vergilyn.
yuwenkai666/shop
一个基于ssm的分布式电商项目
yuwenkai666/SSM
J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)
yuwenkai666/zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
yuwenkai666/architect-awesome
后端架构师技术图谱
yuwenkai666/async-http-client
Asynchronous Http and WebSocket Client library for Java
yuwenkai666/dubbo
Apache Dubbo is a high-performance, java based, open source RPC framework.
yuwenkai666/excelToJson
yuwenkai666/game-server
分布式java游戏服务器,包括服务器注册中心,网关服务器,大厅服务器,游戏逻辑服务器、后台监控服务器及一个可运行的网页版捕鱼
yuwenkai666/gdx-ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
yuwenkai666/h5
yuwenkai666/incubator-dubbo-samples
samples for Apache Dubbo (incubating)
yuwenkai666/Interview-Notebook
:calendar: 准备秋招学习笔记
yuwenkai666/java-design-patterns
Design patterns implemented in Java
yuwenkai666/netty
Netty project - an event-driven asynchronous network application framework
yuwenkai666/NettyGameServer
使用netty4.X实现的手机游戏服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用ExcelToCode工程,将excel数据生成java类和json数据字典,DictService直接读取json,减少数据字典部分代码。使用game-executor工程,增加游戏内的异步事件全局服务, 支持事件sharding,均衡的异步执行事件逻辑
yuwenkai666/trackerslist
Updated list of public BitTorrent trackers
yuwenkai666/WebCollector
WebCollector is an open source web crawler framework based on Java.It provides some simple interfaces for crawling the Web,you can setup a multi-threaded web crawler in less than 5 minutes.
yuwenkai666/websocketchat
spring4.3.11+jetty9.4.6v20170531 h5版狼人杀游戏。包括:房间匹配模块,用户聊天模块(包括语音聊天),法官模块,角色分配模块
yuwenkai666/ywk
可能用到的功能代码
yuwenkai666/zookeeper-book-example
This is a code example that complements the material in the ZooKeeper O'Reilly book.