Node.js configure error: No acceptable C compiler found!
Please make sure you have a C compiler installed on your system and/or
consider adjusting the CC environment variable if you ...
分类:
Web程序 时间:
2014-07-16 17:32:10
阅读次数:
952
Shoemaker's Problem
Shoemaker has N jobs (orders from customers) which he must make. Shoemaker can work on only one job in each day. For each ith job, it is known the integer Ti (1i<=1000...
分类:
其他好文 时间:
2014-07-16 17:12:33
阅读次数:
274
最近需要把基于hadoop的MapReduce程序集成到一个大的用C/C++编写的框架中,需要在make的时候自动将MapReduce应用进行编译和打包。这里以简单的WordCount1为例说明具体的实现细节,注意:hadoop版本为2.4.0....
分类:
其他好文 时间:
2014-07-16 09:38:06
阅读次数:
379
Yamdi,为flv/mp4视频添加关键帧1、解压下载的文件tar –zxvf yamdi-1.8.tar.gz2、进入解压后的目录cd yamdi-1.8.3、编译并安装 make && make install4、使用该软件为视频添加关键帧信息实现拖动效果具体使用方法如下yamdi -i inp...
分类:
其他好文 时间:
2014-07-14 22:39:00
阅读次数:
286
sshfs指令可以通过ssh协议挂载远程主机上的目录,该软件需要手动安装。sshfs2.3的版本安装如下wgethttp://sourceforge.net/projects/fuse/files/sshfs-fuse/2.3/sshfs-fuse-2.3.tar.gz/downloadwget
tarxfdownload
cddownload
./configure&&make&&makeinstall
..
分类:
其他好文 时间:
2014-07-14 16:27:08
阅读次数:
199
一、redis安装1 下载redis安装包wgethttp://redis.googlecode.com/files/redis-2.4.17.tar.gz(若无法下载请手动下载)2 编译安装Linux代码$tarzxvfredis-2.4.17.tar.gz$cdredis-2.4.17$make...
分类:
Web程序 时间:
2014-07-14 14:47:10
阅读次数:
294
[root@node2qemu-kvm.git]#./configureError:zlibcheckfailedMakesuretohavethezliblibsandheadersinstalled.解决上面报错需要安装zlib相关的软件[root@node2qemu-kvm.git]#yuminstallzlib*安装完上面软件后继续出现下面报错[root@node2qemu-kvm.git]#./configureglib-2.12requ..
分类:
其他好文 时间:
2014-07-14 12:08:30
阅读次数:
275
Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
How far can you make a stack of cards overhang a table? If you have one card, yo...
分类:
其他好文 时间:
2014-07-13 18:24:15
阅读次数:
365
近期工作中,发现了一个bug,是和ListView Adapter有关的。产生了FC,描写叙述信息大约是"The content of the adapter has changed but ListView did not receive a notification. Make sure the...
分类:
其他好文 时间:
2014-07-13 17:51:11
阅读次数:
273
安装#tarzxvfwebbench-1.5.tar.gz#cdwebbench-1.5#make&&makeinstallcc-Wall-ggdb-W-O-c-owebbench.owebbench.cwebbench.c:Infunction‘alarm_handler’:webbench.c:77:警告:未使用的参数‘signal’cc-Wall-ggdb-W-O-owebbenchwebbench.octags*.cinstall-swebbench/us..
分类:
Web程序 时间:
2014-07-13 14:21:23
阅读次数:
270