码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
RabbitMQ in Action(5): Clustering and dealing with failure
Batteries included: RabbitMQ clustering The clustering built in to RabbitMQ was designed with two goals in mind: allowing consumers and producers to k...
分类:其他好文   时间:2014-06-21 16:31:16    阅读次数:276
linux 下apache的安装
一、从apache官网上下载apache的安装包 下载apr和apr-util安装包,解压到apache的srclib目录,apache从2.4?开始把这个两个模块剥离 进入apache解压目录,./configure --with-included-apr --enable-so make ...
分类:系统相关   时间:2014-06-19 00:11:35    阅读次数:318
Tips for C
1. sizeof(literal-string) is number of bytes plus 1 (NULL is included), while strlen(literal-string) is number of bytes.2. Printf and scanf formatBefo...
分类:其他好文   时间:2014-06-18 10:14:22    阅读次数:226
【Tim Sweeney】Why C++ for Unreal 4?
The first three generations of the Unreal Engine included a sandboxed scripting language, UnrealScript, which provided a simple interface for gameplay...
分类:编程语言   时间:2014-06-06 06:44:59    阅读次数:421
Bundler 安装问题: 无法打开 "jpeglib.h"
解决方法:在RadialUndistort右键选择 Properties|Configuration Properties|C/C++|General|Additional Included Directories,下拉选择Edit(如下图),添加一行 "../lib/jpeg/src" 即可解决思...
分类:其他好文   时间:2014-06-03 13:03:56    阅读次数:368
Netty源码学习——Included transports(传输方式)
“zero-file-copy”是仅仅提供给NIO传输方式使用的特性。这个特性允许你以很快并且高效的方式从文件系统之来传输内容。这个特性把本地文件中的字节内容可以不通过从内核空间复制到用户空间的情况下通过网络传输出去。...
分类:Web程序   时间:2014-06-02 15:06:34    阅读次数:365
RabbitMQ in Action(5): Clustering and dealing with failure
Batteries included: RabbitMQ clustering The clustering built in to RabbitMQ was designed with two goals in mind: allowing consumers and producers to k...
分类:其他好文   时间:2014-06-02 06:11:46    阅读次数:392
WinCE下带编辑与下拉功能的ListCtrl
CListCtrl带编辑功能与下拉功能的本质即在列表中嵌入CEdit和CComboBox控件,其具体代码如下所示://InPlaceEdit.h#if !defined(AFX_INPLACEEDIT_H__175AEDFF_731E_4721_8399_DE406A465861__INCLUDED...
分类:Windows程序   时间:2014-05-31 07:54:58    阅读次数:547
Network Load Balancing Technical Overview--reference
http://technet.microsoft.com/en-us/library/bb742455.aspxAbstractNetwork Load Balancing, a clustering technology included in the Microsoft Windows 2000...
分类:Web程序   时间:2014-05-26 20:19:00    阅读次数:469
【三分钟教程】轻松使用XMPP实现iOS单聊教程(附源码)
编号需要修改的代码1//// Prefix header//// The contents of this file are implicitly included at the beginning of every source file.//#import//服务器IP#define kXMPP...
分类:移动开发   时间:2014-05-26 14:51:52    阅读次数:782
465条   上一页 1 ... 43 44 45 46 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!