码迷,mamicode.com
首页 >  
搜索关键字:reactive    ( 230个结果
Windows平台下Flutter安装,配置,初运行。
Flutter是什么?他是谷歌根据Dark语言开源的跨平台开发依赖。和目前比较火的Reactive Native一样,一套代码能够实现两个不同平台的App。那么为什么要介绍Flutter而不是在国内大火的Reactive Native。具体大家可以看看这篇文章。我这里就不在多阐述。之前Flutter ...
分类:Windows程序   时间:2017-09-29 12:03:22    阅读次数:322
理解 RxJava 的线程模型
来源:鸟窝,colobu.com/2016/07/25/understanding-rxjava-thread-model/如有好文章投稿,请点击 → 这里了解详情ReactiveX是Reactive Extensions的缩写,一般简写为Rx,最初是LINQ的一个扩展,由微软的架构师Erik Me... ...
分类:编程语言   时间:2017-08-30 14:12:21    阅读次数:266
Vert.x 线程模型揭秘
来源:鸟窝,colobu.com/2016/03/31/vertx-thread-model/如有好文章投稿,请点击 → 这里了解详情Vert.x是一个在JVM开发reactive应用的框架,可用于开发异步、可伸缩、高并发的Web应用(虽然不限于web应用)。其目的在于为JVM提供一个Node.js... ...
分类:编程语言   时间:2017-08-30 14:08:37    阅读次数:201
DEM反应不收敛问题
之前算DEM反应一直不收敛,后来把计算规模减少到两个固定颗粒,也就是仿照reactive-chemistry和evaperation这两个算例。 目前reactive-chemistry这个算例,把各种输运方程都打开以后,DES_ONEWAY_COUPLED设置为False,就会出现不收敛的情况,而 ...
分类:其他好文   时间:2017-08-22 16:50:13    阅读次数:158
[Angular] Component architecture and Reactive Forms
It it recommeded that when deals with form component, we can create a container component to hold state, and then create a stateless component to enpo ...
分类:其他好文   时间:2017-08-12 19:42:46    阅读次数:226
[Angular] Reactive Store and AngularFire Observables
A simple store implemenet: Using this store in AuthService: Using Reactive approach in app.component.ts: ...
分类:其他好文   时间:2017-08-06 19:41:10    阅读次数:133
vue组件试错
[Vue warn]: Property or method "child1" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in ...
分类:其他好文   时间:2017-08-06 19:36:15    阅读次数:139
[Angular] Design API for show / hide components based on Auth
Simple Auth service: Using Observable is a easy way to implement reactive application. Create a BehaviorSubject and then convert subject to Observable ...
分类:Windows程序   时间:2017-07-30 19:05:50    阅读次数:250
响应式编程(Reactive Programming)(Rx)介绍
很明显你是有兴趣学习这种被称作响应式编程的新技术才来看这篇文章的。 学习响应式编程是很困难的一个过程,特别是在缺乏优秀资料的前提下。刚开始学习时,我试过去找一些教程,并找到了为数不多的实用教程,但是它们都流于表面,从没有围绕响应式编程构建起一个完整的知识体系。库的文档往往也无法帮助你去了解它的函数。 ...
分类:其他好文   时间:2017-07-24 21:25:49    阅读次数:168
rxjs简单入门
rxjs全名Reactive Extensions for JavaScript,Javascript的响应式扩展, 响应式的思路是把随时间不断变化的数据、状态、事件等等转成可被观察的序列(Observable Sequence),然后订阅序列中那些Observable对象的变化,一旦变化,就会执行 ...
分类:Web程序   时间:2017-06-20 09:41:11    阅读次数:206
230条   上一页 1 ... 10 11 12 13 14 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!