Pinned Repositories
auto-mapper
java json对象属性值自动映射转换
elk-docker
搭建ELK日志采集分析监控告警平台。采集k8s pod应用日志
go-annotation
golang 注释实现类似java的注解机制。基于ast语法解析和monkey动态代理。目前实现@Transactional的demo
go-devops-cli
golang实现简单的运维命令行交互工具
go-idcardno
golang 身份证号码工具库。提供18位身份证号码自动生成、有效性校验、信息解析
go-routine-pool
golang routine协程池,类似java的Executors
gxcg-spider
gxcg网招投标公告爬虫工具
mybatis-desensitize
基于mybatis的数据脱敏方案
mybatis-mapper2sql
提取mybatis mapper xml sql,自动mock sql参数
sl651-2014
sl651-2014水文通讯协议netty服务端实现
handsomestWei's Repositories
handsomestWei/mybatis-mapper2sql
提取mybatis mapper xml sql,自动mock sql参数
handsomestWei/sl651-2014
sl651-2014水文通讯协议netty服务端实现
handsomestWei/gxcg-spider
gxcg网招投标公告爬虫工具
handsomestWei/generate-tool
自动生成工具
handsomestWei/mybatis-mapper2sql-plugin
intellij plugin, auto extact mybatis mapper xml sql
handsomestWei/100-Days-Of-ML-Code
100-Days-Of-ML-Code中文版
handsomestWei/auto-mapper
java json对象属性值自动映射转换
handsomestWei/simple-kvdb
简单的key-value数据库实现
handsomestWei/awesome-fenix
讨论如何构建一套可靠的大型分布式系统
handsomestWei/Computer-Network-Notes
计算机网络笔记
handsomestWei/Crash-Course-Computer-Science-Chinese
:computer: 计算机速成课 | Crash Course 字幕组 (全40集 2018-5-1 精校完成)
handsomestWei/CSAPP-Labs
Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记
handsomestWei/ddia
《Designing Data-Intensive Application》DDIA中文翻译
handsomestWei/disruptor
High Performance Inter-Thread Messaging Library
handsomestWei/ds-algo
数据结构和算法实现
handsomestWei/easy-code
代码缝合怪常用代码片段,轻松搬砖
handsomestWei/full-stack-note
全栈学习笔记
handsomestWei/grpc-read
grpc 源码解读
handsomestWei/handsomestWei
welcome !
handsomestWei/java-common-mistakes
极客时间专栏《Java业务开发常见错误100例》源码
handsomestWei/joyful-pandas
pandas中文教程
handsomestWei/patterns-of-distributed-systems
《Patterns of Distributed Systems》中文版
handsomestWei/pgsql2dm
PostgreSQL adapt to 达梦8
handsomestWei/pineapple
pineapple lang 是一个简单的编程语言 demo. 它包含了个手写的递归下降解析器和一个简单的解释器. 虽然该语言甚至不是图灵完备的. 但 pineapple 的主要目的是让编译原理初学者有一个预热, 简单了解一个编程语言是怎么构建的.
handsomestWei/raft-zh_cn
Raft一致性算法论文的中文翻译
handsomestWei/reading-source-code-of-leveldb-1.23
leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。
handsomestWei/redis-3.0-annotated
带有详细注释的 Redis 3.0 代码(annotated Redis 3.0 source code)。
handsomestWei/the-super-tiny-compiler
Like The Super Tiny Compiler, but in Go
handsomestWei/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
handsomestWei/yolanda
极客时间<网络编程实战>代码