码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
Centos 7 安装redis
1.下载 wget http://download.redis.io/releases/redis-3.2.3.tar.gz 2.解压 tar -zxvf redis-3.2.3.tar.gz 3.安装 make && make install 注意:make && make install 之前一 ...
分类:其他好文   时间:2017-07-28 20:56:32    阅读次数:240
添加mysqli扩展
find / -name phpize 进入mysqli目录下 ./configue -prefix=/usr/local/mysqli 、 make && make install 如果正常的话,系统会返回一个路径,那个路径下就是我们想要的MySQL.so扩展文件 vi /usr/local/ph... ...
分类:数据库   时间:2017-07-28 18:21:12    阅读次数:179
Spark1.4.1 编译与安装
1、下载 下载地址: http://spark.apache.org/downloads.html 选择下载源代码 2、源代码编译 1)解压 tar -zxvf spark-1.4.1.tgz 2、编译 进入根文件夹下,採用make-distribution.sh进行编译。 cd spark-1.4 ...
分类:其他好文   时间:2017-07-28 12:46:17    阅读次数:153
C# Note11:WPF Maskable TextBox for Numeric Values
This article describes how to enhance the WPF TextBox and make it accept just numeric (integer and floating point) values. The second goal is make the ...
分类:Windows程序   时间:2017-07-28 01:00:57    阅读次数:261
之前学习的es6 感觉记忆有些模糊 复习一下
1. let、const 和 block 作用域 let 允许创建块级作用域,ES6 推荐在函数中使用 let 定义变量,而非 var: 同样在块级作用域有效的另一个变量声明方式是 const,它可以声明一个常量。ES6 中,const 声明的常量类似于指针,它指向某个引用,也就是说这个「常量」并非 ...
分类:其他好文   时间:2017-07-28 00:56:45    阅读次数:345
openssl升级
#wgethttps://www.openssl.org/source/openssl-1.1.0f.tar.gz #tarzxvfopenssl-1.1.0e.tar.gz #cdopenssl-1.1.0e #./configsharedzlib #make #makeinstall #替换旧版OpenSSL mv/usr/bin/openssl/usr/bin/openssl.old mv/usr/include/openssl/usr/include/openssl.old ln-s/usr/..
分类:其他好文   时间:2017-07-27 22:34:42    阅读次数:175
A Knight's Journey (DFS)
Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey around the world. ...
分类:其他好文   时间:2017-07-27 21:27:00    阅读次数:190
CentOS6.8下安装redis并配置开机自启动
参考资料:http://www.bubuko.com/infodetail-1006383.html http://www.cnblogs.com/skyessay/p/6433349.html 一、安装 下载redis-3.0.5.tar.gz 这里在make的时候可能会有如下两个报错: (1) ...
分类:其他好文   时间:2017-07-27 21:18:53    阅读次数:280
A Knight's Journey (DFS)
题目: Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey around the wor ...
分类:其他好文   时间:2017-07-27 15:43:40    阅读次数:157
Ink——一款使用React风格开发命令行应用的nodejs工具
Github: https://github.com/vadimdemedes/ink Ink introduction: React for CLIs. Build and test your CLI output using components. (通过使用组件的方式去搭建和测试你的命令行界面 ...
分类:Web程序   时间:2017-07-27 14:26:48    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!