码迷,mamicode.com
首页 >  
搜索关键字:brief    ( 586个结果
[RxJS] Aggregating Streams With Reduce And Scan using RxJS
What is the RxJS equivalent of Array reduce? What if I want to emit my reduced or aggregated value at each event? This brief tutorial covers Observabl...
分类:Web程序   时间:2015-09-07 20:57:09    阅读次数:250
UML建模之时序图(Sequence Diagram)
引自:http://www.cnblogs.com/ywqu/archive/2009/12/22/1629426.htmlUML建模之时序图(Sequence Diagram) 一、时序图简介(Brief introduction) 二、时序图元素(Sequence Diagram Element...
分类:其他好文   时间:2015-09-06 20:12:40    阅读次数:137
glusterfs Self-Heal and Re-Balance Operations
In my previous article on ‘ Introduction to GlusterFS (File System) and Installation – Part 1‘ was just a brief overview of the file system and its advantages describing some basic commands. It...
分类:其他好文   时间:2015-09-01 15:22:56    阅读次数:294
Opencv学习(1):高斯滤波
快乐虾@http://blog.csdn.net/lights_joy/欢迎转载,但请保留作者信息本文适用于opencv3.0.0, vs2013Opencv中提供了高斯滤波函数:/** @brief Blurs an image using a Gaussian filter. The function convolves the source image with the specified...
分类:其他好文   时间:2015-08-31 23:48:13    阅读次数:355
Brief introduction to Scala and Breeze for statistical computing
Brief introduction to Scala and Breeze for statistical computing时间2013-12-31 03:17:19Darren Wilkinson's research blog原文http://darrenjw.wordpress.com/2...
分类:其他好文   时间:2015-08-30 23:00:58    阅读次数:343
Httpd运维日志:通过apxs添加模块
Brief 在部署Httpd时为方便管理和安全等原因,我们仅会安装所需的模块,那么后期功能扩展时则需要通过Httpd内置提供的apxs程序来进行模块添加。 而apxs程序则位于apache/bin目录下。Premise ...
分类:Web程序   时间:2015-08-27 00:11:06    阅读次数:220
013.消息_环信
最近任务是环信的群组功能,记录所思以备后用。0.消息消息是IM中交互的实体,在SDK中对应的类型是EMMessage,EMMessage可以由多个符合协议的body组成,文档中还提到强力建议使用一个body,多个body存在bug/*!@method@brief 创建消息实例(用于:创建一个新的消息...
分类:其他好文   时间:2015-08-25 16:05:33    阅读次数:306
bash魔法堂:History用法详解
Brief 又要敲那条长到没朋友的命令了,真心不再爱了。。。 有了history这条命令我想大家可以再爱一次了吧!>history 语法:history [n | -c | -raw ...
分类:其他好文   时间:2015-08-25 14:10:47    阅读次数:112
iOS 字体滚动效果 ScrollLabel
写了一个简单的字体滚动效果。用了一种取巧的方式,传入两个一摸一样的Label(当然也可以是别的视图), 话不多说,代码里面讲解。SEScrollLabel.h#import /*! @brief 回调代码块** 当滚动效果持续loopsDone次之后,isFinished值会变为YES,执行代码块*...
分类:移动开发   时间:2015-08-25 13:58:56    阅读次数:229
C++ 实现memcpy
/** * @Method: Memcpy * @Access: public * @Return: void * * @Param : dst - 目的起始地址 * @Param : src - 源起始地址 * @Param : len - 所要拷贝空间大小Byte * @Brief : 内存拷....
分类:编程语言   时间:2015-08-20 20:47:28    阅读次数:204
586条   上一页 1 ... 33 34 35 36 37 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!