文档支持目录章节跳转同时还支持阅读器左侧大纲显示和章节快速定位,文档内容完整、条理清晰。文档内所有文字、图表、函数、目录等元素均显示正常,无任何异常情况,敬请您放心查阅与使用。文档仅供学习参考,请勿用作商业用途。 你是否渴望掌握一门强大且通用的编程语言,来推动自己的职业发展?Java 就是你的不二之选!作为一种广泛应用于企业级开发、移动应用、大数据等众多领域的编程语言,Java 以其跨平台性、高性能和丰富的类库,为开发者提供了一个稳定而高效的开发环境。
2025-09-19 16:20:27 4.6MB java
1
文档支持目录章节跳转同时还支持阅读器左侧大纲显示和章节快速定位,文档内容完整、条理清晰。文档内所有文字、图表、函数、目录等元素均显示正常,无任何异常情况,敬请您放心查阅与使用。文档仅供学习参考,请勿用作商业用途。 如果你正在寻找一种高效、强大的编程语言来开发跨平台应用,那么Delphi绝对值得考虑!它拥有直观的可视化开发环境,让代码编写变得轻松简单。凭借着快速的编译速度和卓越的性能优化,Delphi能够帮助开发者迅速构建出高质量的应用程序。无论是Windows、macOS、iOS还是Android平台,Delphi都能完美支持,真正实现一次编写,多平台部署。选择Delphi,开启高效开发之旅!
2025-07-20 10:12:39 4.45MB Delphi
1
1、课程分享——14小时吃透Spring5新特性,重点讲解WebFlux响应式编程,14章全,附源码。 2、课程概述 随着 Spring的迭代升级,基于Spring 5的项目开发和改造需求爆发式增长。本课程通过基于Spring MVC和Spring WebFlux的服务实例对比学习,带大家了解Spring 5的新特性和类库升级时应注意的事项,掌握响应式编程范式并能够根据业务需求进行选型和开发。 3、适合人群 有两年Java/Spring开发经验的程序员
2022-01-25 18:04:00 637B java spring 5 springmvc
1
函数响应式编程 Functional Reactive Programming by Blackheath, Jones 2016 | ISBN: 1633430103 | English | 360 pages | PDF | 10 MB Summary Functional Reactive Programming teaches the concepts and applications of FRP. It offers a careful walk-through of core FRP operations and introduces the concepts and techniques you'll need to use FRP in any language. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Today's software is shifting to more asynchronous, event-based solutions. For decades, the Observer pattern has been the go-to event infrastructure, but it is known to be bug-prone. Functional reactive programming (FRP) replaces Observer, radically improving the quality of event-based code. About the Book Functional Reactive Programming teaches you how FRP works and how to use it. You'll begin by gaining an understanding of what FRP is and why it's so powerful. Then, you'll work through greenfield and legacy code as you learn to apply FRP to practical use cases. You'll find examples in this book from many application domains using both Java and JavaScript. When you're finished, you'll be able to use the FRP approach in the systems you build and spend less time fixing problems. What's Inside Think differently about data and events FRP techniques for Java and JavaScript Eliminate Observer one listener at a time Explore Sodium, RxJS, and Kefir.js FRP systems About the Reader Readers need intermediate Java or JavaScript skills. No experience with functional programming or FRP required. About the Authors Stephen Blackheath and Anthony Jones are experienced software developers and the creators of the Sodium FRP library for multiple languages. Foreword by Heinrich Apfelmus. Illustrated by Duncan Hill. Table of Contents Stop listening! Core FRP Some everyday widget stuff Writing a real application New concepts FRP on the web Switch Operational primitives Continuous time Battle of the paradigms Programming in the real world Helpers and patterns Refactoring Adding FRP to existing projects Future directions
2021-12-28 12:10:36 9.6MB Functional Reactive Programming 响应式编程
1
这是响应式编程比较新的jar包,包括java的RxJava的和Android的RxAndroid的;
2021-12-07 19:08:33 1.65MB 响应式编程
1
Rx是一个编程模型,目标是提供一致的编程接口,帮助开发者更方便的处理异步数据流,现在已经支持几乎全部的流行编程语言了
2021-11-27 17:44:51 3.71MB RxJava 响应式编程 ReactiveX Android
1
Reactor 3参考文档,reactor 3是一个围绕Reactive Streams规范构建的库,它在JVM上引入了响应式编程的一个范例。目前Spring5 引入的Webflux就是reactor 3实现的一个响应式web框架
2021-11-23 09:19:10 18MB 响应式编程 reactor
1
响应式编程(Reactive Programming)是当今高度受关注的程序设计范式。本书介绍了基于RxCPP的响应式编程方法。虽然前四章和其他一些内容有点跑题,但有助于掌握RxCPP。RxCPP源于微软的Reactive Extension(即,Rx.NET)。
2021-08-14 18:45:44 2.57MB Reactive Pro C++ 响应式编程
1
F.js F.js 是用于 JavaScript 中函数式和响应式编程的辅助方法的集合。 它提供了对数组、 HTMLCollections 、 ES6 生成器(以及几乎所有其他可索引)和事件流进行转换、过滤、减少和其他操作的方法。 安装 带凉亭 bower install f.js --save-dev 并将主脚本文件包含到您的项目中: < script src =" bower_components/f.js/dist/F.min.js " > </ script > 使用 NPM npm install f-js --save-dev 并要求将f-js模块放入您的文件中: var Fjs = require ( "f-js" ) , F = Fjs . F , P = Fjs . P ; 手动下载 zip 文件 curl " https://codeload
2021-06-24 17:13:59 29KB JavaScript
1
spring 响应式编程的入门案例。使用了 全栈式响应式编程
2021-05-19 15:04:15 43KB reactor spring
1