码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
1051A New Growth Industry ACM题答案 java版
题意:A biologist experimenting with DNA modification of bacteria has found a way to make bacterial colonies sensitive to the surrounding population dens...
分类:编程语言   时间:2014-08-25 18:32:14    阅读次数:252
spark hive结合杂记
1.下载spark源码,在spark源码目录下面有个make-distribution.sh文件,修改里面的参数,使编译后能支持hive,修改后执行该文件。(要预先安装好maven才能编译)。2.将编译好的spark源码部署到机器上,然后将hive/conf中的hive-site.xml拷贝到spa...
分类:其他好文   时间:2014-08-25 10:02:34    阅读次数:271
Oprofile分析
一、内核支持: make menuconfig 1、评测菜单中启用 Oprofile ,在 .config 文件中设置?CONFIG_PROFILING=y?和?CONFIG_OPROFILE=y 2、Kernel Feature->[]Enable hardware perform...
分类:其他好文   时间:2014-08-25 09:55:14    阅读次数:251
Erlang进程执行周期
比方说下面一段代码 make_process(List) when is_list(List)-> Pid1=spawn(fun()->do_action(List) end), register(pid1,Pid1), Pid2=spawn(fun()->do_action() end), register(pid2,Pid2). do_action(List)-> re...
分类:其他好文   时间:2014-08-24 18:09:53    阅读次数:302
How to Make cURL works with cmake
How to Make cURL works with cmake     Recently, I want to learn cURL, so downloaded it and compiled it, and use cmake to manage the project, I wrote a CMakelists.txt as below: cmake_minimum_req...
分类:其他好文   时间:2014-08-24 11:44:22    阅读次数:179
【2014-08-23】Beyong Coding
be a product engineer,not be a engineer选择比努力更重要just code it,code it ,until you make it缺的不是idea,而是到位的执行Find partner 尤其是懂市场的partner,选中一个互补的Teamlearn fi....
分类:其他好文   时间:2014-08-23 21:38:51    阅读次数:280
[Lua]mac 上安装lua
a  35  curl -R -O http://www.lua.org/ftp/lua-5.2.3.tar.gz    36  ls a   37  tar zxf lua-5.2.3.tar.gz    38  cd lua-5.2.3    39  lsz    40  sudo make install     41  ls    42  sudo...
分类:其他好文   时间:2014-08-23 20:24:41    阅读次数:340
Linux SSH tunnel access test
Use the SSH to build up the tunnel access to other computer can make the communication encrypted and secured, tested on the http service by using the SSH tunnel access...
分类:数据库   时间:2014-08-23 19:06:01    阅读次数:324
poj1003 Hangover
DescriptionHow far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We'...
分类:其他好文   时间:2014-08-23 01:00:19    阅读次数:238
lighttpd基本配置
由于工作中需要用到lighttpd,自己安装了一个,遇到了一些问题记录如下: (1)安装 只需要下面3步即可: ./configure --prefix=/home/users/xxx/lighttpd/lighttpd-1.4.20-bin make make install (2)到安装之后的目录下创建2个文件夹 mkdir logs mkdir html ...
分类:其他好文   时间:2014-08-22 17:57:59    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!