虽然很多人已经使用了JDK8,看到不少代码,貌似大家对于Java语言or SDK的使用看起来还是停留在7甚至6。 Java8在流式 or 链式处理,并发 or 并行方面增强了很多,函数式的风格使代码可读性更高 。 希望通过这个分享,多达200+例子的演示,让大家从使用层面到思想层面进行转变,用好Java8。 可以说,这套代码基本覆盖了Java 8 的方方面面,对于Stream的例子基本覆盖了所有有用的典型,仔细研读必有收获。
☆112Jan 5, 2017Updated 9 years ago
Alternatives and similar repositories for Java8InAction
Users that are interested in Java8InAction are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 和朱晔一起复习Java并发系列文章源码☆21Jul 23, 2019Updated 6 years ago
- 有关Spring Cloud博客的代码☆27Oct 16, 2018Updated 7 years ago
- 有关Spring Security博客的代码☆117Jul 3, 2020Updated 5 years ago
- 书籍《Java 开发坑点解析:从根因分析到最佳实践》 & 极客时间专栏《Java业务开发常见错误100例》源码☆1,838Jan 5, 2024Updated 2 years ago
- java学习过程中碰到的到一些问题以及面试经历☆12Jun 7, 2018Updated 8 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A proxy for InfluxDB☆85May 13, 2019Updated 7 years ago
- Distributed Transaction Service For Spring Cloud☆102Apr 26, 2019Updated 7 years ago
- Java各种必备面试题目程序代码例子与应战技巧☆25Jan 14, 2015Updated 11 years ago
- j360系列 - 缓存异步写数据库的框架☆15Apr 14, 2016Updated 10 years ago
- 用Java实现的一个简单的消息队列☆17Mar 17, 2017Updated 9 years ago
- the GOF example of java edition☆15Feb 2, 2012Updated 14 years ago
- 网络游戏服务器通信框架☆13Apr 29, 2020Updated 6 years ago
- 《实战Java高并发程序设计》(葛一鸣 郭超著)上的代码清单加注释☆33Dec 23, 2018Updated 7 years ago
- 保障服务的持续高可用、高性能及负载均衡☆17Feb 13, 2017Updated 9 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 分布式环境下的原子计数器和API每天调用次数限制☆17Feb 13, 2017Updated 9 years ago
- 剑指offer CodingInterview | Solutions to the book <Coding Interviews> with Java.《剑指offer—名企面试官精讲典型编程题》面试题目的Java实现。☆18Feb 18, 2019Updated 7 years ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 8 years ago
- Spring boot整合dubbo、SSM框架(基于Dubbo+Zookeeper)☆11Aug 17, 2017Updated 8 years ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- 高性能轻便的序列化组件☆33Jul 22, 2013Updated 12 years ago
- clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务se…☆199Apr 15, 2015Updated 11 years ago
- spring-cloud-gateway的管控平台,简称SCGA☆14Nov 17, 2018Updated 7 years ago
- 😃 技术面试知识整理☆16Jan 10, 2021Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 基于java的分布式爬虫框架☆10Dec 16, 2022Updated 3 years ago
- 基于spring boot的日志系统组件,提供操作日志输出及记录功能☆10Mar 19, 2019Updated 7 years ago
- 使用spring boot+sharding-jdbc+mybatis 实现分库分表☆13Apr 1, 2017Updated 9 years ago
- samples for spring cloud contract(http)☆18Oct 11, 2021Updated 4 years ago
- ☆42Jan 25, 2023Updated 3 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切 片连接池,哨兵模式)☆28Dec 10, 2022Updated 3 years ago
- Java SDK quick start for DingTalk Stream Mode API, Compared with the webhook mode, it is easier to access the DingTalk chatbot☆23Sep 25, 2023Updated 2 years ago
- 分布式延时队列,支持延时触发和计数触发。基于spi技术实现消息持久方案的扩展性,目前已实现基于redis的持久化方案。☆30Oct 14, 2018Updated 7 years ago
- ASM是一个强大的Java字节码操作库,许多开源框架都使用到它,对它进行了解可以提高我们对Java的认识水平,提升理解和编程能力☆13Aug 16, 2016Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- redis接口的java封装☆15Nov 16, 2022Updated 3 years ago
- chat common☆11Aug 7, 2015Updated 10 years ago
- rainbond operator 安装控制器☆12Updated this week
- JAVA多线程实用案例:利用CAS解决原子性、实现Callable创建线程(闭锁)、模拟CAS算法、CopyOnWriteArrayList写入并复制、CountDownLatch闭锁、同步锁Lock、多生产多消费、volatile关键字、线程按序交替、Executors线…☆10Jun 26, 2019Updated 7 years ago
- 🚴♀️ hippo4j 动态可监控线程池前端项目☆37Oct 21, 2022Updated 3 years ago
- 西南大学软件工程专业学生毕业设计☆14Sep 17, 2016Updated 9 years ago
- java方向书籍的学习,包括《java编程思想》,《实战java虚拟机》(作者:葛一鸣)《java高并发》(作者:葛一鸣)。☆16Nov 4, 2018Updated 7 years ago