bert82503 / Java_Concurrency_In_Practice
《Java并发编程实战 - Java Concurrency in Practice》,实践书中的例子,看哪些可以用于实际项目中。(但在使用之前,需要经过详细的单元和性能测试。)
☆38Updated 8 years ago
Alternatives and similar repositories for Java_Concurrency_In_Practice:
Users that are interested in Java_Concurrency_In_Practice are comparing it to the libraries listed below
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆72Updated 10 years ago
- 关于 Java 并发编程核心技术学习积累的例子,是 Java 并发编程初学者及核心技术巩固的最佳实践。☆74Updated 4 years ago
- java 高并发处理☆50Updated 7 years ago
- jvm 学习中积累的代码☆32Updated 10 years ago
- 《深入理解Java虚拟机 - Jvm高级特性与最佳实践(第二版)》书中的示例代码,供学习使用☆34Updated 9 years ago
- 整合spring、elasticsearch构建搜索☆24Updated 2 years ago
- java 并发学习笔记☆98Updated 9 years ago
- Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.☆112Updated 3 years ago
- 订单状态机☆35Updated 8 years ago
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆65Updated 7 years ago
- Demos of Apache Shiro 1.2.x Reference《Apache Shiro 1.2.x 用户指南》中文翻译,文中用到的例子源码☆38Updated last year
- MyBatis学习的源码,博客地址:http://blog.csdn.net/column/details/smybatis.html☆22Updated 8 years ago
- 关于Java Design Pattern (设计模式) 学习积累的例子,是初学者及设计模式巩固的最佳实践。☆166Updated 2 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆62Updated 8 years ago
- spring-framework-4.2.4.RELEASE 源码阅读-加上自己的理解、注解。参考http://www.iteye.com/topic/86339 、《SPRING技术内幕:深入解析SPRING架构与设计原理》等☆41Updated 8 years ago
- 数据结构算法Java实现。关于Java《数据结构算法》核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。☆91Updated 4 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆118Updated 9 years ago
- HttpSession base on Redis, support RESTful API.☆84Updated 8 years ago
- 模仿Java标准库的一些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的…☆48Updated 9 years ago
- redis分布式锁☆47Updated 9 years ago
- A simple Spring framework.☆65Updated 6 years ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆49Updated 6 years ago
- 《Spring Boot 2.x 核心技术实战》上 基础篇 Demo☆31Updated 7 years ago
- 基于zookeeper的统一配置中心实现☆47Updated 9 years ago
- 《深入理解Java虚拟机》读书笔记☆67Updated 7 years ago
- SpringMVC+Spring+Mybatis+Shiro+Redis+Ecache+JS+Mysql☆45Updated 9 years ago
- dubbox的介绍和简单示例☆77Updated 8 years ago
- 分布式数据源分表分库、读写分离应用层框架☆55Updated 9 years ago
- 限制瞬时发并发数/限制某个接口的时间窗口最大请求数 限流实现☆39Updated 6 years ago
- Spring Examples☆173Updated 6 years ago