码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
多维空间树 kd-tree
#lang scheme ( define ( make-node point axis left-child right-child )    ( define ( dispatch msg . args )       ( cond           [ ( eq? msg 'point ) point ]          [ ( eq? msg 'axis ) axis...
分类:其他好文   时间:2015-05-26 18:52:15    阅读次数:180
Linux下安装uci
Compiling UCI as stand alonecd ~git clone git://nbd.name/uci.git ~/ucicd ~/ucicmake -DBUILD_LUA=offsudo make install或make install DESTDIR=$HOME(为了能够安装...
分类:系统相关   时间:2015-05-26 18:27:43    阅读次数:945
openssl升级
第一步,准备编译环境#yum-yinstallgcc-c++第二步,获取openssl源码包大家可以直接去openssl官网直接下载,我这里用的是openssl-1.0.2a.tar.gz最新版本接下来编译安装openssl#tarxfopenssl-1.0.2a.tar.gz#cdopenssl-1.0.2a#./config#make&&makeinstall最后,编译完成还..
分类:其他好文   时间:2015-05-26 16:30:02    阅读次数:292
Unity 特殊文件夹 : 位置不能随便放
有以下几个文件夹: Assets 用来存放资源的文件夹,包括各种材质.模型等 Editor 编辑器类等脚本 Editor Default Resources Editor scripts can make use of asset files loaded on-demand using theEd...
分类:编程语言   时间:2015-05-26 16:03:31    阅读次数:190
ab参数详解 – 压力测试
命令参数: -n requests Number of requests to perform//在测试会话中所执行的请求个数。默认时,仅执行一个请求 -c concurrency Number of multiple requests to make//一次产生的请求个数。默认是一次一个。 -t ...
分类:其他好文   时间:2015-05-26 16:02:38    阅读次数:144
VF(动态规划)
VF时间限制:1000 ms | 内存限制:65535 KB 难度:2描述Vasya is the beginning mathematician. He decided to make an important contribution to the science and to become f...
分类:其他好文   时间:2015-05-26 00:15:48    阅读次数:236
solr查询语法详解
查询语法1.匹配所有文档:*:*2.强制、阻止和可选查询:1)Mandatory:查询结果中必须包括的(forexample,onlyentrynamecontainingthewordmake)Solr/LuceneStatement:+make,+make+up,+make+up+kiss2)prohibited:(forexample,alldocumentsexceptthosewithwordbelieve)Solr/Lucene..
分类:其他好文   时间:2015-05-25 20:39:42    阅读次数:173
solr查询语法详解
查询语法 1.匹配所有文档:*:* 2.强制、阻止和可选查询: 1)    Mandatory:查询结果中必须包括的(forexample, only entry name containing the word make) Solr/LuceneStatement:+make,+make +up ,+make +up +kiss 2)    prohibited:(...
分类:其他好文   时间:2015-05-25 18:53:35    阅读次数:180
xcode6.3 编译ffmpeg 2.6.3(已验证编译成功)
1、解压ffmpeg2.6.3源代码,在根目录下新建文件myconfig,内容如下,执行命令chmod 777 ./myconfig2、./myconfig3、make4、make install5、make clean./myconfig内容如下:###Toolchain options:# -....
分类:其他好文   时间:2015-05-25 18:09:29    阅读次数:204
solr查询语法详解
查询语法 1.匹配所有文档:*:* 2.强制、阻止和可选查询: 1)? ? Mandatory:查询结果中必须包括的(forexample, only entry name containing the word make) Solr/LuceneStatement:+make,+make +up ,+make +up ...
分类:其他好文   时间:2015-05-25 16:52:25    阅读次数:114
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!