知识梳理:数据结构和算法、leetcode解题记录、手写生产者-消费者模型、SpringAOP、Springboot 自定义注解,全局异常处理、整合 Mybatis、整合Redis、mybatis逆向工程、死锁、同步锁、读-写同步锁、BIO、NIO、AIO、Netty服务,客户端、ThreadLocal使用、23种设计模式(未完待续...)、生成 XML 文件、接口并发测试、Kafka 生产者消费者示例(持续更新...)
☆36Oct 24, 2023Updated 2 years ago
Alternatives and similar repositories for practice
Users that are interested in practice are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- mybatis generator 自动代码生成项目;实体类带注释;带mysql的limit分页☆11Dec 28, 2017Updated 8 years ago
- 学习netty时的一些demo,学习书籍netty权威指南,以及自己实现的基于netty的私有协议栈☆18Aug 28, 2017Updated 8 years ago
- 基于 javaagent 对 java 原生类的 方法进行字节码动态修改, 以此引发的一些关于 绕过 Java 软件授权验证机制的思考☆11Jan 22, 2021Updated 5 years ago
- 1.Spark离线批处理,用户实时点击统计;2.SparkSQL日志内容分析;3.受众电影分析 =>(Kafka + SparkStreaming + Redis)和(Kafka + SparkStreaming + Mysql)☆29Jun 21, 2022Updated 3 years ago
- Demo project on how upload and process csv and excel file in the spring boot☆12Nov 9, 2017Updated 8 years ago
- rest 请求的API网关服务☆12Jan 12, 2019Updated 7 years ago
- 基于react、redux和antd的后台管理系统☆11Nov 25, 2016Updated 9 years ago
- 微服务的网关,包含oauth2授权、调用次数限制和服务路由☆13Jan 12, 2017Updated 9 years ago
- xflp is a heuristic solver for container loading problems in 3D with real world constraints☆47Apr 11, 2025Updated 11 months ago
- Like NW.js and node-webkit but with Gecko using XUL Runner☆12May 12, 2017Updated 8 years ago
- CONKY-colors is an easier way to configure Conky☆13Nov 1, 2016Updated 9 years ago
- 网约车配置中心源☆20Jun 29, 2021Updated 4 years ago
- velocity生成代码教程☆11Jul 9, 2016Updated 9 years ago
- The spring boot code notes.☆11Sep 20, 2018Updated 7 years ago
- 正则表达式常用规则☆13May 8, 2019Updated 6 years ago
- 数据生成器,轻松生成模拟数据,接口联调快速Demo。☆10Jun 21, 2018Updated 7 years ago
- Xorange 基于openresty的api管理,负载,分发,监控,频率限制,waf 防火墙,鉴权认证管理平台☆16Sep 30, 2019Updated 6 years ago
- 服务器间文件同步☆12Aug 29, 2013Updated 12 years ago
- ZxFrame为JAVA框架-支持读写分离,读数据源熔断,分库分表;多级缓存,防缓存击穿/穿透/雪崩;支持分布式ID/锁;配置热更新等☆13Jun 21, 2022Updated 3 years ago
- In this small project we will predict the email that in which folder it will go in spam or primary.☆11Jul 5, 2016Updated 9 years ago
- CMU 15-441 项目一 Liso Web服务器☆17Nov 4, 2018Updated 7 years ago
- A caplet that will run a capsule as a daemon☆14Jun 29, 2016Updated 9 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- 基于互信息和邻接信息熵的中文分词和新词发现☆14Jan 22, 2019Updated 7 years ago
- Spring DDAL是基于spring AOP和AbstractRoutingDataSource实现了读写分离和分库分表功能,是一款轻量级的插件,简单易用、轻耦合,使用注解即可完成读写分离、分库分表。☆16Nov 20, 2018Updated 7 years ago
- Fiddler抓包Header信息转换器,可以将Fiddler抓包信息中的Header转为Java和C#代码,以及ApiPost可导入的Json☆10Mar 26, 2022Updated 3 years ago
- ☆15Jul 12, 2025Updated 8 months ago
- 正则表达式入门教程☆17Dec 2, 2016Updated 9 years ago
- Apache Tomcat 6 embedded into Spring Context☆23Feb 28, 2015Updated 11 years ago
- build and compile openjdk8 src at centos7☆12Apr 23, 2017Updated 8 years ago
- ☆21Jul 19, 2018Updated 7 years ago
- Shiro权限控制框架的入门用法实例☆11Dec 19, 2016Updated 9 years ago
- 一个用Java实现的在网易云音乐爬虫☆12Jun 19, 2018Updated 7 years ago
- netty文件传输☆14Sep 30, 2017Updated 8 years ago
- Remote Desktop Monitoring System 基于C/S的远程桌面监控系统☆16Jun 13, 2018Updated 7 years ago
- [deprecated] pcl_conversions has moved to https://github.com/ros-perception/perception_pcl☆10Apr 30, 2018Updated 7 years ago
- 基于jboot+tio+layim开发的IM即时通讯项目☆12Jun 8, 2019Updated 6 years ago
- Examples using SeleniumBase — https://github.com/seleniumbase/SeleniumBase☆13Updated this week
- 完整的外排序算法,对8000万条数据(2G)大小进行排序,使用临时文件作为内存扩展,算法思想:使用选择置换排序最大化顺串长度,多路归并减少IO开销,使用败者树来使归并达到最优。☆35Oct 28, 2019Updated 6 years ago