码迷,mamicode.com
首页 >  
搜索关键字:vertx compose    ( 1476个结果
[JS Compose] Enforce a null check with composable code branching using Either
We define the Either type and see how it works. Then try it out to enforce a null check and branch our code. Now, we try to make Box more useful. We w ...
分类:Web程序   时间:2016-12-13 08:13:38    阅读次数:263
GPU
Graphics card ★Video output(15-pin RGB video Port, DVI , Compose video, super-video) ★Bus(AGP, PCI,PCIE) ★Display memory amount and type ★Video qualit... ...
分类:其他好文   时间:2016-12-12 09:41:01    阅读次数:152
[JS Compose] 1. Refactor imperative code to a single composed expression using Box
After understanding how Box is, then we are going to see how to use Box to refacotr code, to un-nested expression. For example, we have code: So how i ...
分类:Web程序   时间:2016-12-12 07:41:41    阅读次数:261
[JS Compose] Understand 'Box' or 'Container', they are just like Array!
We'll examine how to unnest function calls, capture assignment, and create a linear data flow with a type we call Box. This is our introduction to wor ...
分类:Web程序   时间:2016-12-11 08:26:49    阅读次数:233
切换数据库+ThreadLocal+AbstractRoutingDataSource
最近项目用的数据库要整合成一个,所以把多源数据库切换的写法要清除掉。所以以下记载了多远数据库切换的用法及个人对源码的理解。 框架:Spring+mybatis+vertx,(多源数据库切换的用法不涉及vertx,所以,适用于ssh,sm,ssh...)。 数据库:mysql 两个关键的api: 一: ...
分类:数据库   时间:2016-12-07 20:18:44    阅读次数:317
vertx核心类之VertxImpl
在Vert.x中,Vertx接口是最为重要的一个接口,vertx-core的基础功能都在此接口中提供。这篇文章中我们就来分析一下Vertx接口体系的内部实现以及创建流程。本文对应Vert.x的版本为 3.2.1。 Vertx接口体系 我们来看一下Vertx接口的UML关系: 可以看到有VertxIm ...
分类:其他好文   时间:2016-12-06 11:26:50    阅读次数:523
laravel框架之ORM模型
ORM模型简介 1>什么是ORM? ORM,即 Object-Relational Mapping(对象关系映射),它的作用是在关系型数据库和业务实体对象之间作一个映射,这样,我们在操作具体的 业务对象时,就不需要再去和复杂的SQL语句打交道,只需简单的操作对象的属性和方法即可。 2>ORM 两种最 ...
分类:其他好文   时间:2016-12-06 03:47:30    阅读次数:255
dock-compose 安装
...
分类:其他好文   时间:2016-12-03 15:50:03    阅读次数:117
测试dockerfile
测试dockerfile是否ok(比如我的Dockerfile在deploy目录下) 如果使用docker-compose的话,最好Dockerfile之类的都在项目根目录,子目录貌似不太好弄 ...
分类:其他好文   时间:2016-12-02 14:30:02    阅读次数:207
Paint的setPathEffect(PathEffect effect)、以及Path的具体使用,收益多多!
Paint的setPathEffect(PathEffect effect)、以及Path的具体使用,收益多多! 在这首先申明一下介绍只是为了学习使用 内容都来自:http://www.cnblogs.com/tianzhijiexian/p/4297783.html,感谢啦!受益多多! 一、set ...
分类:其他好文   时间:2016-12-01 21:19:49    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!