bert82503 / Java_Concurrency_In_PracticeLinks
《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
Sorting:
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆73Updated 10 years ago
- 关于 Java 并发编程核心技术学习积累的例子,是 Java 并发编程初学者及核心技术巩固的最佳实践。☆74Updated 4 years ago
- Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.☆112Updated 4 years ago
- java 并发学习笔记☆98Updated 10 years ago
- 关于Java Design Pattern (设计模式) 学习积累的例子,是初学者及设计模式巩固的最佳实践。☆166Updated 2 years ago
- jvm 学习 中积累的代码☆32Updated 10 years ago
- redis分布式锁☆47Updated 9 years ago
- Demos of Apache Shiro 1.2.x Reference《Apache Shiro 1.2.x 用户指南》中文翻译,文中用到的例子源码☆38Updated last year
- dubbox的介绍和简单示例☆77Updated 8 years ago
- HttpSession base on Redis, support RESTful API.☆84Updated 8 years ago
- 基于rocketmq-all-4.1.0-incubating加详细中文代码注释 。 微信公众号:匠心零度【关注获取更多精彩历史】☆61Updated 6 years ago
- 整合spring、elasticsearch构建搜索☆24Updated 2 years ago
- ☆86Updated 9 years ago
- 分布式数据源分表分库、读写分离应用层框架☆56Updated 9 years ago
- ☆43Updated 10 years ago
- 阿里开源消息中间件源码解读(增加一些中文注释)☆27Updated 9 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆117Updated 9 years ago
- 通过实现自己 RPC 的方式,学习对比 Dubbo、SOFARPC、Motan、ServiceComb 。☆38Updated 6 years ago
- 二十三种设计模式JAVA实现☆31Updated 8 years ago
- 我们在这里将对一个集成了Spring MVC+Hibernate+Apache Shiro的项目进行了一个简单说明。这个项目将展示如何在Spring MVC 中使用Apache Shiro来构建我们的安全框架。☆35Updated 8 years ago
- 模仿Java标准库的一 些API实现的算法库,包括了数据结构,字符串处理(StringBuilder),图(有向图)。原来是用Python实现的,但是Python实现的并没有经过完整的测试,不能够保证完全的正确性。 使用Java实现的集合库都经过完整的测试,实际上,我在实现的…☆48Updated 10 years ago
- 读书笔记系列之JDK,高性能编程☆34Updated 7 years ago
- Java EE components Learning Examples, such as redis , netty ...☆15Updated 9 years ago
- rabbitmq入门学习代码☆53Updated 9 years ago
- 分布式锁的简单实现☆107Updated 8 years ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Updated 7 years ago
- JavaCore,Java核心技术学习的最佳实践。☆61Updated 4 years ago
- 数据结构算法Java实现。关于Java《数据结构算法》核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。☆91Updated 4 years ago
- Netty project - an event-driven asynchronous network application framework☆43Updated 7 years ago
- 从头开始写一个迷你的dubbo,仅用作学习用☆35Updated last year