码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
$( document ).ready() 浅析
A page can't be manipulated safely until the document is "ready." jQuery detects this state of readiness for you. Code included inside $( document ).r...
分类:其他好文   时间:2015-02-08 15:23:48    阅读次数:165
在Linux上编译安装php开发环境(install apache)-2
1、查看配置选项./configure-h2、配置Apache./configure--prefix=/usr/local/apache2\//指定Apache的安装位置 --sysconfdir/etc/httpd/\//指定Apache配置文件的存放位置 --with-z=/usr/local/zlib///指定zlib库文件的位置 --with-included-apr\//使用捆绑APR/APR_Util的副本 ..
分类:Web程序   时间:2015-02-03 19:43:42    阅读次数:176
一个有意思的头文件收集想法 + codeblocks支持c++11的方法
恩恩,最近一个一个写小的c++文件,觉得每次都要定义一堆 #include 和 using 有些麻烦,不过现在打算开始收集一个全都是定义头文件的头文件, 今天先给出一个最近在用的命名为 “Origin.h” #ifndef ORIGIN_H_INCLUDED #define ORIGIN_H_INC...
分类:编程语言   时间:2015-01-26 14:58:46    阅读次数:257
libavcodec/dxva2.h:40:5: error: unknown type name 'IDirectXVideoDecoder'
gcc 4.9.2 编译 ffmpeg-git-1aeb88b 是出现如下错误> FFmpeg fails to make with:>> CC libavcodec/dxva2.o> In file included from libavcodec/dxva2_internal.h:26:0,> ...
分类:其他好文   时间:2015-01-21 13:20:46    阅读次数:264
安装 Apache 源代码包
把自己在网易博客的文章迁移过来cd /lamp/httpd-2.2.9./configure --prefix=/usr/local/apache2/--sysconfdir=/usr/local/apache2/etc/ --with-included-apr --enable-dav--enab...
分类:Web程序   时间:2015-01-11 22:49:57    阅读次数:242
错误解决(fio测试工具)
目录:cn2 cd /home/fiofio编译错误一例# makeCC gettime.oIn file included from fio.h:24,from gettime.c:10:os/os.h:45:20: error: libaio.h: No such file or direct....
分类:其他好文   时间:2015-01-07 20:34:28    阅读次数:1235
Mac 下安装mitmproxy
环境: Mac OS X 10.9.4直接用pip 安装pip install mitmproxy发现在安装依赖包 lxml 的时候报错In file included from src/lxml/lxml.etree.c:239:/private/tmp/pip_build_root/lxml/s...
分类:系统相关   时间:2014-12-25 21:48:01    阅读次数:585
稀疏矩阵中的相关问题
1.什么是稀疏矩阵?稀疏矩阵就是矩阵中有大量零元素2.稀疏矩阵的好处节省空间3.稀疏矩阵的类模板定义:#ifndef TRIPLE_H_INCLUDED#define TRIPLE_H_INCLUDEDtemplate struct Triple{ int row,col; ElemTy...
分类:其他好文   时间:2014-12-21 15:11:29    阅读次数:382
在MacOS下Python安装lxml报错xmlversion.h not found 报错的解决方案
最近在看一个自动化测试框架的问题,需要用到Lxml库,下载lxml总是报错。1,使用pip安装lxmlpip install lxml2,然后报错了,报错内容是:In file included from src/lxml/lxml.etree.c:139:src/lxml/etree_defs.h...
分类:编程语言   时间:2014-12-16 16:57:51    阅读次数:625
Socket编程实践(18) --Socket API 封装(1)
序言:    定义一套用于TCP通信比较实用/好用Socket类库(运用C++封装的思想,将socket API尽量封装的好用,实用);    思想来源:http://www.cnblogs.com/-Lei/archive/2012/09/04/2670942.html Socket.h#ifndef SOCKET_H_INCLUDED #define SOCKET_H_INCLUDED #i...
分类:Windows程序   时间:2014-12-12 11:46:17    阅读次数:283
465条   上一页 1 ... 36 37 38 39 40 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!