码迷,mamicode.com
首页 >  
搜索关键字:realtime    ( 169个结果
DCC Software and Graphics System
After working with DCC software for so many years, I saw the realtime solution went forward so much, also more and more low-level. As the game engine, ...
分类:其他好文   时间:2016-11-26 23:48:26    阅读次数:379
TopK-微博今日热门话题
大纲 TopK on single node TopK on multiple nodes Realtime topK with low QPS Realtime topK with high QPS Approx TopK MapReduce 一、TopK on single node 从几个关于 ...
分类:其他好文   时间:2016-11-08 01:01:32    阅读次数:152
storm0.9.5集群安装
安装前的准备工作l 关闭防火墙 chkconfig iptables off && setenforce 0 l 创建用户 groupadd realtime && useradd realtime && usermod -a -G realtime realtime l 创建工作目录并赋权 mkd ...
分类:其他好文   时间:2016-10-23 02:58:09    阅读次数:385
Socket.io和Redis写Realtime App 之express初试
第一步:用npm下载express前端框架 注意事项:首先要确保已经安装了node.js和 npm 然后在项目中创建一个package.json文件,不能完全为空不写,至少要有两个大括号,不然怎么证明这是一个json文件呢,起码给个格式吧(就因为这个小细节,耽误了10分钟。。。) 第二步:创建ind ...
分类:移动开发   时间:2016-10-07 13:50:14    阅读次数:309
[AngularFire 2] Object Observables - How to Read Objects from a Firebase Database?
In this lesson we are going to learn how to use AngularFire 2 to query objects, and read them from the Firebase realtime database. In this lesson we a ...
分类:数据库   时间:2016-10-03 19:32:40    阅读次数:314
精确获取函数运行时间,精确到微秒
Linux或者VxWorks下面精确获取函数运行的时间: uint64 start_time; /* 起始时间 */ uint64 end_time; /* 结束时间 */ struct timespec ltv;(void)clock_gettime(CLOCK_REALTIME, &ltv);s ...
分类:其他好文   时间:2016-09-20 13:33:25    阅读次数:173
使用Node.js+Socket.IO搭建WebSocket实时应用
文章转载自:http://www.plhwin.com/2014/05/28/nodejs-socketio/ Web领域的实时推送技术,也被称作Realtime技术。这种技术要达到的目的是让用户不需要刷新浏览器就可以获得实时更新。它有着广泛的应用场景,比如在线聊天室、在线客服系统、评论系统、Web ...
分类:Web程序   时间:2016-09-13 19:05:03    阅读次数:266
sphinx架构设计 -- 高并发rt实时索引
1 安装    安装详解请查看:http://blog.csdn.net/clevercode/article/details/52204124。 2 配置rt索引文件 vim /usr/local/sphinx2/etc/realtime.conf index username { # 实时索引类型 type = rt # 索引保存路径,平时都是...
分类:其他好文   时间:2016-08-17 18:10:57    阅读次数:362
Linux 不同时钟的区别
在Linux内核中,我们可以发现主要有这么几种不同类型的时钟(clock): CLOCK_REALTIME,可以理解为wall time,即是实际的时间。用户可以使用命令(date)或是系统调用去修改。如果使用了NTP, 也会被NTP修改。当系统休眠(suspend)时,仍然会运行的(系统恢复时,k ...
分类:系统相关   时间:2016-07-10 21:30:07    阅读次数:325
hbase 分享笔记
hbase hbase 是什么 官方说明:Use Apache HBase? when youneed random, realtime read/write access to your Big Data. This project's goalis the hosting of very large tables -- billions of rows X millions of colu...
分类:其他好文   时间:2016-06-21 07:49:37    阅读次数:439
169条   上一页 1 ... 8 9 10 11 12 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!