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
node.js的安装下载了.tar.gz格式的源码,tar zxvf *.tar.gz$ cd node-*$ ./configure --prefix=/usr/local/node$ make$ make install配置Node.js$ cp /usr/local/node/bin/npm ...
分类:
Web程序 时间:
2014-07-14 08:17:10
阅读次数:
223
今天在编写蜂鸣器的驱动程序时,makefile文件是这样:CROSS=arm-linux-all: beepbeep: beep.c$(CROSS)gcc -o beep beep.c$(CROSS)strip beepclean:@rm -vf beep *.o *~结果make的时候一直出错,错...
分类:
其他好文 时间:
2014-07-13 21:38:00
阅读次数:
242
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
这里记录下堆的相关操作。
op 1:
'''
@ data: the heap array
@ p : index of parent item
@ n : number of data
@@ Swap p and it's son items, make p the largest of them
'''
def swapForMaxHeap(data, n, p):
l...
分类:
其他好文 时间:
2014-07-13 17:07:15
阅读次数:
223
安装#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