Pinned Repositories
996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识,后端同学必看,前端同学也可学习
belling-admin
百灵权限管理系统,是一款构建在用户、角色、权限、日志、在线用户、用户下线、系统设置、日志管理之基础上等开源权限管理系统。 当前系统允许通过设置角色对应的权限,而权限通过Shiro可以控制到相应的操作菜单、操作按钮,并通过角色授权给用户在细化后权限范围内进行相关操作;同时,系统支持通过登录参数相关设置,支持一个账号多地登录和单地登录,同时可以对已登录账号,进行在线查看和强制下线某地登录账号的支持。
doubi-SSR
fdt
FDT is an Application for Efficient Data Transfers which is capable of reading and writing at disk speed over wide area networks (with standard TCP). It is written in Java, runs an all major platforms and it is easy to use. FDT is based on an asynchronous, flexible multithreaded system and is using the capabilities of the Java NIO libraries.
flowchart.js
Draws simple SVG flow chart diagrams from textual representation of the diagram
funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
generator
A code generator for MyBatis.
git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
halo
✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。
wangzuohai's Repositories
wangzuohai/NettyRpc
A simple RPC framework based on Netty, ZooKeeper and Spring
wangzuohai/RevokeMsgPatcher
:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)
wangzuohai/funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
wangzuohai/jeecg-boot
基于代码生成器的低代码平台,超越传统商业平台!前后端分离架构:SpringBoot 2.x,SpringCloud Alibaba,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新开发模式(OnlineCoding-> 代码生成-> 手工MERGE),帮助Java项目解决70%重复工作,让开发更关注业务逻辑,既能快速提高开发效率,帮助公司节省成本,同时又不失灵活性。
wangzuohai/generator
A code generator for MyBatis.
wangzuohai/flowchart.js
Draws simple SVG flow chart diagrams from textual representation of the diagram
wangzuohai/advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识,后端同学必看,前端同学也可学习
wangzuohai/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
wangzuohai/piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
wangzuohai/hutool
A set of tools that keep Java sweet.
wangzuohai/halo
✍ An excellent open source blog publishing application. | 一个优秀的开源博客发布应用。
wangzuohai/live2d-widget
把萌萌哒的看板娘抱回家 | Live2D widget for web platform
wangzuohai/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
wangzuohai/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
wangzuohai/spring-cloud-code
《重新定义Spring Cloud实战》实体书对应源码,欢迎大家Star点赞收藏
wangzuohai/s2geometry
Computational geometry and spatial indexing on the sphere
wangzuohai/Leaflet.markercluster
Marker Clustering plugin for Leaflet
wangzuohai/belling-admin
百灵权限管理系统,是一款构建在用户、角色、权限、日志、在线用户、用户下线、系统设置、日志管理之基础上等开源权限管理系统。 当前系统允许通过设置角色对应的权限,而权限通过Shiro可以控制到相应的操作菜单、操作按钮,并通过角色授权给用户在细化后权限范围内进行相关操作;同时,系统支持通过登录参数相关设置,支持一个账号多地登录和单地登录,同时可以对已登录账号,进行在线查看和强制下线某地登录账号的支持。
wangzuohai/java-rbac
一个java版本的基于角色的权限管理系统
wangzuohai/SyscallTable
wangzuohai/s2-geometry-library-java
Automatically exported from code.google.com/p/s2-geometry-library-java
wangzuohai/leaflet.wms
A Leaflet plugin for working with Web Map services, providing: single-tile/untiled/nontiled layers, shared WMS sources, and GetFeatureInfo-powered identify.
wangzuohai/doubi-SSR
wangzuohai/java-concurrency-examples
Java Concurrency/Multithreading Examples
wangzuohai/JavaFX-Chat
JavaFX Socket Multithreaded Chat Client / Server - FXML
wangzuohai/fdt
FDT is an Application for Efficient Data Transfers which is capable of reading and writing at disk speed over wide area networks (with standard TCP). It is written in Java, runs an all major platforms and it is easy to use. FDT is based on an asynchronous, flexible multithreaded system and is using the capabilities of the Java NIO libraries.
wangzuohai/Netty-SpringMVC
netty 集成spring mvc,将其作为http服务发布, 支持get和post请求
wangzuohai/nettybook2
李林峰老师编写的netty权威指南(第二版)对应的源码,已经maven化