码迷,mamicode.com
首页 >  
搜索关键字:detailed    ( 177个结果
effective c++ 条款02 整理
尽量以const、enum和inline代替#define 一、#define的功能 参考:http://www.crifan.com/_define_detailed/ (1) #define的变体,即#ifndef,可以防止头头文件的重复引用 #ifdef和 #define组合,一般用于头文件中,用以实现防止多个文件对此同一个头文件的重复引用.实际使用中,即使你的头文件暂时没有被多个文...
分类:编程语言   时间:2014-11-26 20:59:55    阅读次数:205
Puppet Agent/Master HTTPS Communications
The agent/master HTTP interface is REST-like, but varies from strictly RESTful design in several ways. The endpoints used by the agent are detailed in...
分类:Web程序   时间:2014-10-31 15:29:38    阅读次数:207
jQuery异步Deferred
原文链接:http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html普通操作回调函数方法1var wait = function(dtd){ var dtd = $.D...
分类:Web程序   时间:2014-10-17 18:13:37    阅读次数:158
jquery中的promise
Documenthttp://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html从jQuery1.5版本之后 ajax方法进行了重写,和以前不一样了。如今$.ajax()将返回.....
分类:Web程序   时间:2014-09-15 19:20:39    阅读次数:216
【MongoDB】Installation of MongoDB
First what I wanna make clear is that in the official website the detailed process of installation has been described. you could call it throught the link  http://docs.mongodb.org/manual/tutorial/ins...
分类:数据库   时间:2014-09-09 12:52:38    阅读次数:219
[译] 关于CSS中的float和position
原文http://learn.shayhowe.com/advanced-html-css/detailed-css-positioning当构建页面排版时,有不同的方法可以使用。使用哪一种方法取决于具体页面的排版要求,在不同的情况下,某些方法可能好过于其他的方法。比如,可以使用若干个浮动元素来构建...
分类:Web程序   时间:2014-09-03 10:55:26    阅读次数:318
libeXosip2(2) -- General purpose API.
General purpose API. general purpose API in libeXosip2-4.0.0. More... Modules eXosip2 configuration API eXosip2 network API eXosip2 event API Detailed...
分类:Windows程序   时间:2014-08-29 19:51:38    阅读次数:263
postgreSQL安装
一、安装https://wiki.postgresql.org/wiki/Detailed_installation_guides安装可以选择yum+rpm包安装、源码安装的方式,我是使用yum进行的安装,安装的时候需要保证对应依赖的安装包都存在了,否则就会报错。如下是我的安装过程,我使用的是centos6.4的操作系统环境。yum安装1..
分类:数据库   时间:2014-08-25 02:21:54    阅读次数:473
SPF,DSPF,RDPF,SPEF and SBPF.
SPF--Standard Parasitic FormatDSPF--Detailed Standard Parasitic FormatRSPF--Reduced Standard Parasitic FormatSPEF--Standard Parasitic Exchange FormatS...
分类:其他好文   时间:2014-08-12 10:14:03    阅读次数:461
amazon 设计 9 chat server
Solution:Apparently, I am too naive and I think too few. Here's the detailed solution.What is our chat server?This is something you should discuss wit...
分类:其他好文   时间:2014-08-12 05:53:23    阅读次数:210
177条   上一页 1 ... 15 16 17 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!