安装python安装pythonwget https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tgz
tar zxvf Python-2.7.11.tgz
cd Python-2.7.11
./configure –prefix=/usr/local
make && make altinstall
检查Python版本
pyth...
分类:
数据库 时间:
2016-05-12 13:35:09
阅读次数:
588
安装bzip2报错;
make && make install
apt-get -y install libmcrypt-dev
终于没问题了...
分类:
Web程序 时间:
2016-05-12 13:16:26
阅读次数:
175
二叉树应用–Huffman code
赫夫曼(Huffman)树又称最优二叉树或最优搜索树,是一种带权路径长度最短的二叉树。
背景知识首先我们先讨论何为Huffman code。Max-Path of TreeGiven a binary tree, every node has a weight, then you need to find out the path that can make...
分类:
编程语言 时间:
2016-05-12 13:04:31
阅读次数:
576
1.ffmpeg下载地址: http://www.ffmpeg.org/download.html2.解压1$ tar zvfj ffmpeg.tar.bz2这里作者假设已经重命名为ffmpeg.tar.bz23.解压后进入ffmpeg的文件夹,查看readme, 可以看到和正常的编译安装步骤无异configure && make && make install1$ cd folder_of_ff...
分类:
系统相关 时间:
2016-05-12 12:37:11
阅读次数:
185
今天更新luajit2.1beta2时,编译android一直报错。
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
make[1]: /Users/apple/android/android-ndk-r10c//toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-li...
分类:
移动开发 时间:
2016-05-12 11:55:59
阅读次数:
1247
Html网页设计代码
设计第一技术其次 : )
----------------------------------
1)贴图:
2)加入连接:写上你想写的字
1)贴图: Html网页设计代码(html=how to make love)" TITLE="107@365 Html网页设计代码(html=how to m...
分类:
Web程序 时间:
2016-05-12 01:45:31
阅读次数:
317
windows下编译gsl。 需要安装MinGW、MSYS。 1. gsl (gsl-2.1.tar.gz) ./configure --build=x86_64 make (如果提示make找不到,则需要将C:\MinGW\bin下mingw32-make 重命名为make) ...
分类:
其他好文 时间:
2016-05-11 18:07:50
阅读次数:
147
交叉编译busybox http://jingyan.baidu.com/article/2d5afd69eda0cd85a2e28e9d.html make ARCH=arm CROSS_COMPILE=/opt/hisi-linux-nptl/arm-hisiv100-linux/target/ ...
分类:
其他好文 时间:
2016-05-11 11:16:14
阅读次数:
156
移植环境 Utuntu 15.04 1、mplayer移植 版本:mplayer-export-snapshot.tar.bz2 /mplayer-export-2015-11-26 Linux PC 平台: ./configure && make && make install 依赖软件:yasm ...
分类:
其他好文 时间:
2016-05-11 06:57:55
阅读次数:
697
1.Linux操作系统多用户2.shell命令行解释器使用者<——>核心解释型而不是编译型运行程序fork子进程execv函数簇替换用户指定程序wait进程结束3.vim、gcc/g++(编译时默认使用动态库)、gdb、make($foreach<var>,<list>,<text>)、catgs4.环境变量命令ech..
分类:
其他好文 时间:
2016-05-10 23:43:51
阅读次数:
238