码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
HTML5 编辑 API 之 Range 对象(二)
1.Range.cloneContents()The Range.cloneContents() returns a DocumentFragment copying the objects of type Node included in the Range.SyntaxdocumentFragm...
分类:Windows程序   时间:2015-12-29 21:04:23    阅读次数:566
apache make install 问题
[root@wyxhttpd-2.2.31]#./configure\--prefix=/usr/local/apache2\--with-included-apr\--enable-so\--enable-deflate=shared\--enable-expires=shared\--enable-rewrite=shared\--with-pcre-bash:./configure--prefix=/usr/local/apache2:没有那个文件或目录这个问题我在建立..
分类:Web程序   时间:2015-12-23 02:11:59    阅读次数:181
Media Types
Available FormatsXMLHTMLPlain textRegistries included belowapplicationaudioexampleimagemessagemodelmultiparttextvideoapplicationAvailable FormatsCSVNa...
分类:其他好文   时间:2015-12-21 12:13:48    阅读次数:201
弗洛伊德算法
#ifndef GUIDE_H_INCLUDED#define GUIDE_H_INCLUDED#define MX 1000 //最大值 无穷#define NUM 17 //最大顶点个数typedef int adjmatrix[NUM][NUM];typedef int p...
分类:编程语言   时间:2015-12-13 09:47:39    阅读次数:289
源码编译apache
版本httpd.2.2.24编译参数:./configure\--prefix=/usr/local/apache2\--with-included-apr\--enable-so\--enable-deflate=shared\--enable-expires=shared\--enable-rewrite=shared\--with-pcre根据参数,先安装所需要的依赖包:yuminstall-yzlib-develpcrepcre-develaprapr-d..
分类:Web程序   时间:2015-12-13 02:19:54    阅读次数:122
Head First Python笔记
1.初始Python,人人都爱列表python术语BIF----内置函数(bulit-in functions)组(suite)----python代码块,会通过缩进来指示分组功能齐全(Batteries included)----这是指python提供了快速高效地完成工作所需的大多数功能IDLE说...
分类:编程语言   时间:2015-11-12 11:20:02    阅读次数:234
Synopsys Hspice vK-2015.06.Linux32_64+Synopsys.Identify.K-2015.09
Synopsys Hspice vK-2015.06.Linux32_64Synopsys.Identify.K-2015.09Synopsys EDA Tools 2010-2015 Collection | 42.4 Gb 包括/Included:- Synopsys CX-CDS Link J...
分类:系统相关   时间:2015-11-09 12:30:15    阅读次数:529
Headfirst设计模式的C++实现——观察者模式(Observer)
WeatherData.h 1 #ifndef WEATHERDATA_H_INCLUDED 2 #define WEATHERDATA_H_INCLUDED 3 4 #include 5 #include "Display.h" 6 7 class WeatherData 8 { 9 pub...
分类:编程语言   时间:2015-11-05 22:28:29    阅读次数:260
Netty源代码学习——Included transports(变速箱)
Transport API核心:Channel介面 类图表示Channel含有Pipeline和Config接口,pipeline上一节有所介绍。Channel是线程安全的,这表示在多线环境下操作同一个Channel。不会有数据问题。final Channel channel = null; f.....
分类:Web程序   时间:2015-10-26 20:27:53    阅读次数:246
解决boost::asio的WinSock.h has already been included
在一般的C++ project 中可以通过定义宏?WIN32_LEAN_AND_MEAN 来解决,或者在#include <windows.h>之前加入#include <winsock2.h> 我的解决办法是在stdafx.h中 #define?WIN32_LEAN_AND_MEAN...
分类:Windows程序   时间:2015-10-22 17:43:12    阅读次数:303
465条   上一页 1 ... 28 29 30 31 32 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!