码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
python idle 错误 subprocess didn't make connection
python idle 错误 subprocess didn't make connection...
分类:编程语言   时间:2014-09-30 13:21:59    阅读次数:237
Intel® Galileo Gen 2 Development Board
Intel 项目参考Intel Galileo board articles and projectsBurglar Alarm Using the Intel® Galileo Board >Create a Display to Track the Days Until MAKE hitsNew...
分类:其他好文   时间:2014-09-30 03:43:12    阅读次数:357
cf Make It Nondeterministic (简单贪心)
有N个人。每个人都有两个名字。给出这N个人的一个排列。p[1]...p[N]。现在让每个人挑自己丙个名字中的一个名字。问是否存在一种方案,使得挑出来的N个名字按字典序排完以后正好是p[1]...p[N]。思路:按照p[1]..p[N]的顺序挑第p[i]个人名字中小的(要大于第p[i-1]个人挑出来的...
分类:其他好文   时间:2014-09-30 03:27:51    阅读次数:210
Copying
Aliasing can make program difficult to read because changes made in one place might have unexpected effects in another place. It is hard to keep track...
分类:其他好文   时间:2014-09-30 02:01:51    阅读次数:298
windows下erlang打包镜像启动
在linux环境下,erlang通过systools:make_script("",[])和systools:make_tar()命令生成镜像包,先安装镜像包,安装镜像包的过程,即通过替换erl.src中的路径,然后重新输出到erl完成,继而通过erl -sname cache -boot ../releases/0.1.0/start完成相关应用的启动。而在windows下,打包后要想移植到其他...
分类:Windows程序   时间:2014-09-29 22:31:51    阅读次数:362
日常运维问题备忘录2014
32位linux安装Redis报错:undefinedreferenceto`__sync_add_and_fetch_4‘在执行make的时候报错,具体报错信息如下:zmalloc.o:Infunction`zmalloc_used_memory‘: /usr/local/redis-2.6.8/src/zmalloc.c:223:undefinedreferenceto`__sync_add_and_fetch_4‘ collect2:ldreturned1..
分类:其他好文   时间:2014-09-29 21:29:42    阅读次数:248
安装nagios详解及注意事项
本文主要是针对源码的安装,请各位注意。第一步:安装前的准备工作,先安装所需要的依赖包(yum-yinstallgccglibcglibc-commongdgd-devel)第二步:安装Apache源码,(./configure--prefix=/usr/local/apache2;make;makeinstall),如果提示缺少Apr,那就安装Apr,然后在安装Apa..
分类:移动开发   时间:2014-09-29 17:46:01    阅读次数:254
codeforces C. Design Tutorial: Make It Nondeterministic
题意:每一个人 都有frist name 和 last name! 从每一个人的名字中任意选择 first name 或者 last name 作为这个人的编号!通过对编号的排序,得到每一个人 最终顺序!比较中的序列能否得到给定输出的序列一致! 1 #include 2 #include 3 #i....
分类:其他好文   时间:2014-09-29 14:40:21    阅读次数:184
10 Questions To Make Programming Interviews Less Expensive--reference
ConductingInterviewis not cheap and costs both time and money to a company. It take a lot of time to find the right candidate for a job from 100s resu...
分类:其他好文   时间:2014-09-29 12:25:37    阅读次数:294
Linux_新手上路_/usr/bin/env: escript:No such file or directory问题
通过make编译mochiweb项目出现了/usr/bin/env:escript:Nosuchfileordirectory问题。由于escrpt是erlang的一种高级特性,于是想到是否erlang安装不成功?重装了几次erlang并没有发现什么异常。于是去到erlang的安装目录下查找escr...
分类:系统相关   时间:2014-09-29 12:10:40    阅读次数:2947
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!