码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
OSChinaclient源代码学习(3)--轮询机制的实现
主要以OSChina Androidclient源代码中Notice的轮询机制进行解读。 一、基础知识 一般IM(即使通讯)的实现有两种方式:推送和轮询,推送就是server主动向client发送消息,用特定的协议比方XMPP、MQTT。还有一种是轮询,实时性并不高。并且比較耗电。这样的有分为两种情 ...
分类:其他好文   时间:2017-07-16 14:24:07    阅读次数:238
BZOJ 3319 黑白树
题面: 3319: 黑白树 Description 给定一棵树,边的颜色为黑或白,初始时全部为白色。维护两个操作: 1.查询u到根路径上的第一条黑色边的标号。2.将u到v 路径上的所有边的颜色设为黑色。Notice:这棵树的根节点为1 给定一棵树,边的颜色为黑或白,初始时全部为白色。维护两个操作:  ...
分类:其他好文   时间:2017-07-14 20:24:02    阅读次数:129
239. Sliding Window Maximum
方法一:Heap时间 O(NlogK) 空间 O(K) maintain a maximum heap, notice PriorityQueue.remove(object o) can remove certain object from our heap. When writting Maxi ...
分类:Windows程序   时间:2017-07-14 13:32:53    阅读次数:295
ecshop常见错误的处理方法
用ecshop,其中出现了不少错误,经常是满世界找原因,今天分享几个问题的解决办法,方便大家及时处理。如果有相关的ecshop问题欢迎跟帖咨询问题1:出现错误代码:ECshop lib_base.php on line 1241 、Notice: Undefined variable: data i ...
分类:其他好文   时间:2017-07-13 22:00:51    阅读次数:242
wordcount代码实现详解
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this ...
分类:其他好文   时间:2017-07-13 17:16:03    阅读次数:515
nginx + keepalived 实现高可靠web网站
组网图: 配置信息: 左边nigx 服务器的 /usr/local/nginx/conf/nginx.conf #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; ...
分类:Web程序   时间:2017-07-13 10:45:51    阅读次数:159
guide dpdk
Welcome to DPDK Guide! Contents: Setting up DPDK Important Prerequisites Setting up repositories Red Hat Enterprise Linux Fedora Installing DPDK and r ...
分类:其他好文   时间:2017-07-11 23:22:09    阅读次数:308
April 29 2017 Week 17 Saturday
Every man is a poet when he is in love. 每个恋爱中的人都是诗人。 It is said this saying was from Plato, the famous ancient philosopher. Notice that when you are d ...
分类:其他好文   时间:2017-07-08 17:49:12    阅读次数:141
nginx.conf 配置 (反向代理,负载均衡,fastdfs model)
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:其他好文   时间:2017-07-05 17:36:09    阅读次数:308
展望由非易失性设备构成的未来存储
?? ??展望由非易失性设备构成的未来存储 Edward Sharp “愿你生活的时代充满趣味”。不知您是否注意到,而今的IT世界已然如此,充斥着诸如云、移动、大数据、内存数据库、NoSQL、远程直接内存訪问(RDMA)、叠瓦式磁记录(SMR)硬盘、非易失性存储(NVM)以及其它不胜列数的新技术。正 ...
分类:其他好文   时间:2017-07-03 17:24:36    阅读次数:241
1174条   上一页 1 ... 48 49 50 51 52 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!