升级python2.7 wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz mkdir /usr/local/python27 ./configure --prefix=/usr/local/python27 Make Make ...
分类:
编程语言 时间:
2017-10-15 22:29:27
阅读次数:
152
map :call Compile map! :call Compile func! Compile() call Save() exec "set makeprg=g++\\ %\\ -o\\ %<\\ -g3\\ -DMDEBUG" exec "make" endfunc func! Save(... ...
分类:
其他好文 时间:
2017-10-15 22:28:58
阅读次数:
185
1.修改编译目标: 2.修改编译规则,将其编译成动态链接库: 3.make ...
分类:
其他好文 时间:
2017-10-15 19:31:57
阅读次数:
133
Given a 2D integer matrix M representing the gray scale of an image, you need to design a smoother to make the gray scale of each cell becomes the ave ...
分类:
其他好文 时间:
2017-10-15 14:15:22
阅读次数:
135
wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz tar zxf LATEST.tar.gz cd libsodium* ./configure make && make install # 修复关联 echo ... ...
分类:
其他好文 时间:
2017-10-15 11:09:57
阅读次数:
335
best guess I can personally make is that because Azure literally means “bright blue color of the cloudless sky” and Microsoft primary logo and brandin ...
分类:
其他好文 时间:
2017-10-15 00:39:39
阅读次数:
134
You are given coins of different denominations and a total amount of money. Write a function to compute the number of combinations that make up that a ...
分类:
其他好文 时间:
2017-10-15 00:38:39
阅读次数:
144
1. 到cygwin官网下载cygwin。 官网地址:https://www.cygwin.com/ 2. 打开下载好的cygwin安装包,开始安装cygwin。 选择cygwin的安装目录(这个同时也会是swoole的安装目录): 选择文件包下载的存放位置: 选择下载地址: 选择gcc文件包下载: ...
转自:http://blog.csdn.net/u010098331/article/details/52190354 本文介绍CentOS 6.3从自带的Pyhon版本是2.6升级到2.7.6的方法。 因为CentOS系统中旧版本的Python已被深度依赖,所以不能卸载原有的Python,只能全新 ...
分类:
编程语言 时间:
2017-10-14 19:55:01
阅读次数:
152
nginx安装 本文是介绍使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好。 安装make: 安装g++: 一般我们都需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩。 1.选定源码目录 可以是任何目录,本文选定的 ...
分类:
数据库 时间:
2017-10-14 18:36:54
阅读次数:
341