码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
升级python2.7
升级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
temp
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
修改makefile,将wpa_cli编译成库
1.修改编译目标: 2.修改编译规则,将其编译成动态链接库: 3.make ...
分类:其他好文   时间:2017-10-15 19:31:57    阅读次数:133
661. Image Smoother
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
启用chacha20和salsa20等加密方法
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
why microsoft named their cloud service Azure?
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
[LeetCode] Coin Change 2 硬币找零之二
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
Windows下swoole扩展的编译安装部署
1. 到cygwin官网下载cygwin。 官网地址:https://www.cygwin.com/ 2. 打开下载好的cygwin安装包,开始安装cygwin。 选择cygwin的安装目录(这个同时也会是swoole的安装目录): 选择文件包下载的存放位置: 选择下载地址: 选择gcc文件包下载: ...
分类:Windows程序   时间:2017-10-14 23:27:43    阅读次数:282
centos6默认python2.6升级2.7 卸载python2.6升级2.7
转自: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
linux 安装nginx+php+mysql
nginx安装 本文是介绍使用源码编译安装,包括具体的编译参数信息。 正式开始前,编译环境gcc g++ 开发库之类的需要提前装好。 安装make: 安装g++: 一般我们都需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩。 1.选定源码目录 可以是任何目录,本文选定的 ...
分类:数据库   时间:2017-10-14 18:36:54    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!